summaryrefslogtreecommitdiff
path: root/toolchain/toolchain-external
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2013-09-23 09:45:56 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-23 09:45:56 +0200
commitb9558e023055f14860a5e2b5cc5ff36c76c78daa (patch)
tree074f4f43b8743692ffd89d615a559dd9c3e62f20 /toolchain/toolchain-external
parentbf22677b61c8b1760ba96c4ba9b75b5db853e971 (diff)
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>
Diffstat (limited to 'toolchain/toolchain-external')
-rw-r--r--toolchain/toolchain-external/ext-toolchain-wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/toolchain-external/ext-toolchain-wrapper.c b/toolchain/toolchain-external/ext-toolchain-wrapper.c
index dfdfcffbf..727e32219 100644
--- a/toolchain/toolchain-external/ext-toolchain-wrapper.c
+++ b/toolchain/toolchain-external/ext-toolchain-wrapper.c
@@ -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");
}
}