Skip to content

Commit e8df2a9

Browse files
committed
fix trailing whitespace
1 parent 24a6d91 commit e8df2a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3981,7 +3981,7 @@ class StubGenerator: public StubCodeGenerator {
39813981
__ align(CodeEntryAlignment);
39823982
StubCodeMark mark(this, "StubRoutines", "bigIntegerRightShiftWorker");
39833983
address start = __ pc();
3984-
3984+
39853985
Label ShiftSIMDLoop, ShiftTwoLoop, ShiftOneLoop, Exit;
39863986

39873987
Register newArr = c_rarg0;
@@ -4091,7 +4091,7 @@ class StubGenerator: public StubCodeGenerator {
40914091
__ align(CodeEntryAlignment);
40924092
StubCodeMark mark(this, "StubRoutines", "bigIntegerLeftShiftWorker");
40934093
address start = __ pc();
4094-
4094+
40954095
Label ShiftSIMDLoop, ShiftTwoLoop, ShiftOneLoop, Exit;
40964096

40974097
Register newArr = c_rarg0;

0 commit comments

Comments
 (0)