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>
diff --git a/toolchain/toolchain-external/ext-toolchain-wrapper.c b/toolchain/toolchain-external/ext-toolchain-wrapper.c
index dfdfcff..727e322 100644
--- a/toolchain/toolchain-external/ext-toolchain-wrapper.c
+++ b/toolchain/toolchain-external/ext-toolchain-wrapper.c
@@ -170,7 +170,7 @@
 			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");
 		}
 	}