From b9558e023055f14860a5e2b5cc5ff36c76c78daa Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 23 Sep 2013 09:45:56 +0200 Subject: [PATCH] toolchain-wrapper: minor code style fixup Missed from 60cb290475c (add option to print one argument per line). Signed-off-by: Peter Korsgaard --- toolchain/toolchain-external/ext-toolchain-wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/toolchain-external/ext-toolchain-wrapper.c b/toolchain/toolchain-external/ext-toolchain-wrapper.c index dfdfcffbf5..727e322196 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"); } } -- 2.30.2