Skip to content

Commit

Permalink
add new line after each JVMCI option help
Browse files Browse the repository at this point in the history
  • Loading branch information
dougxc committed Feb 28, 2024
1 parent c6fff21 commit f147092
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ public static void printProperties(PrintStream out) {
for (String line : option.helpLines) {
out.printf("%" + PROPERTY_HELP_INDENT + "s%s%n", "", line);
}
out.println();
}
}

Expand Down

0 comments on commit f147092

Please sign in to comment.