mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
toolchain-wrapper: minor code style fixup
Missed from 60cb290475c (add option to print one argument per line). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
bf22677b61
commit
b9558e0230
@ -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");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user