Skip to content

Commit

Permalink
Remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rkennke committed Apr 26, 2024
1 parent 9a3793b commit cca53b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5591,7 +5591,7 @@ address MacroAssembler::arrays_equals(Register a1, Register a2, Register tmp3,
if (extra_length != 0) {
// Increase loop counter by size of length field.
addw(cnt1, cnt1, extra_length);
// We don't need cnt2 on that path.
// We don't need cnt2 on that path.
}
if (is_8aligned) {
// Check if lenghts are equal. When bases are
Expand Down

0 comments on commit cca53b8

Please sign in to comment.