authorgravatar for lgustaf1@binghamton.eduLayne Gustafson <lgustaf1@binghamton.edu> 2019-12-17 16:50:48-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-01-19 20:53:18-05:00
log9d66bda26421c2b687afc26122736515c9cc35da
tree11a9dd78ee34aadb6004ea0cf5e83e130078b450
parent5bc4690d85bfaade48393c182b2b3aa207ebebc7
signature Commit is signed but in an unrecognized format.

Fix spacing in main.cpp


1 files changed, 1 insertions(+), 1 deletions(-)

src/main.cpp+1-1
...@@ -789,7 +789,7 @@ int main(int argc, char **argv) {...@@ -789,7 +789,7 @@ int main(int argc, char **argv) {
789 } else if (strcmp(arg, "-ffunction-sections") == 0) {789 } else if (strcmp(arg, "-ffunction-sections") == 0) {
790 function_sections = true;790 function_sections = true;
791 } else if (strcmp(arg, "--show-subfeatures") == 0) {791 } else if (strcmp(arg, "--show-subfeatures") == 0) {
792 targets_show_subfeatures = true;792 targets_show_subfeatures = true;
793 } else if (i + 1 >= argc) {793 } else if (i + 1 >= argc) {
794 fprintf(stderr, "Expected another argument after %s\n", arg);794 fprintf(stderr, "Expected another argument after %s\n", arg);
795 return print_error_usage(arg0);795 return print_error_usage(arg0);