mirror of
https://github.com/odin-lang/Odin.git
synced 2026-03-04 07:37:04 +00:00
Fix indentation
This commit is contained in:
@@ -1945,9 +1945,9 @@ gb_internal void print_show_help(String const arg0, String const &command) {
|
||||
|
||||
if (run_or_build) {
|
||||
print_usage_line(1, "-sanitize:<string>");
|
||||
print_usage_line(1, "Enables sanitization analysis");
|
||||
print_usage_line(1, "Options are 'address', 'memory', and 'thread'");
|
||||
print_usage_line(1, "NOTE: This flag can be used multiple times");
|
||||
print_usage_line(2, "Enables sanitization analysis");
|
||||
print_usage_line(2, "Options are 'address', 'memory', and 'thread'");
|
||||
print_usage_line(2, "NOTE: This flag can be used multiple times");
|
||||
print_usage_line(0, "");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user