mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
toolchain-wrapper: minor code style fixup
Missed from 60cb290475 (add option to print one argument per line).
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -170,7 +170,7 @@ int main(int argc, char **argv)
|
||||
fprintf(stderr, "Toolchain wrapper executing:");
|
||||
for (i = 0; args[i]; i++)
|
||||
fprintf(stderr, "%s'%s'",
|
||||
(debug == 2)?"\n ":" ", args[i]);
|
||||
(debug == 2) ? "\n " : " ", args[i]);
|
||||
fprintf(stderr, "\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user