From 9d66bda26421c2b687afc26122736515c9cc35da Mon Sep 17 00:00:00 2001 From: Layne Gustafson Date: Tue, 17 Dec 2019 16:50:48 -0500 Subject: [PATCH] Fix spacing in main.cpp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5c0a0b23f..ee2faa9a7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -789,7 +789,7 @@ int main(int argc, char **argv) { } else if (strcmp(arg, "-ffunction-sections") == 0) { function_sections = true; } else if (strcmp(arg, "--show-subfeatures") == 0) { - targets_show_subfeatures = true; + targets_show_subfeatures = true; } else if (i + 1 >= argc) { fprintf(stderr, "Expected another argument after %s\n", arg); return print_error_usage(arg0);