Skip to content

Commit 77834c9

Browse files
committed
fix whitespace issue
1 parent f4516a2 commit 77834c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd

test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ private void hitClassBreakpoint(MethodEntryEvent event) {
204204
}
205205
display("\tmethod\t- " + event.location().method().name());
206206
display("\tline\t- " + event.location().lineNumber());
207-
207+
208208
display("thread:\t" + event.thread().name());
209209
try {
210210
display("source:\t" + event.location().sourceName());

0 commit comments

Comments
 (0)