Skip to content

Commit a79ef89

Browse files
committed
fix whitespace
1 parent 9172a80 commit a79ef89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/jdk/test/lib/util/CoreUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public static String getCoreFileLocation(String crashOutputString, long pid) thr
204204
private static final String CORE_PATTERN_FILE_NAME = "/proc/sys/kernel/core_pattern";
205205
private static final String LOCATION_STRING = "location: ";
206206
private static final String ALT_LOCATION_STRING = "alternatively, falling back to";
207-
207+
208208
private static String parseCoreFileLocationFromOutput(String crashOutputString) {
209209
System.out.println("crashOutputString = [" + crashOutputString + "]");
210210

0 commit comments

Comments
 (0)