Skip to content

Commit ecc6e68

Browse files
committed
trailing white space
1 parent 3d743eb commit ecc6e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/s390/gc/shared/barrierSetNMethod_s390.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class NativeMethodBarrier: public NativeInstruction {
5656
void set_guard_value(int value, int bit_mask) {
5757
if (bit_mask == ~0) {
5858
int32_t* data_addr = (int32_t*)get_patchable_data_address();
59-
59+
6060
// Set guard instruction value
6161
*data_addr = value;
6262
return;

0 commit comments

Comments
 (0)