Skip to content

Commit d84b3d6

Browse files
Fix spacing
1 parent ba7c0a6 commit d84b3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/hotspot/jtreg/compiler/c2/gvn/DoubleLShiftCrashDuringIGVN.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*/
3333

3434
public class DoubleLShiftCrashDuringIGVN {
35-
public static long shift=0;
35+
public static long shift = 0;
3636

3737
public static int test() {
3838
int s = 1;

0 commit comments

Comments
 (0)