summaryrefslogtreecommitdiff
path: root/Tests/CustomCommandByproducts/ProducerExe.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CustomCommandByproducts/ProducerExe.c')
-rw-r--r--Tests/CustomCommandByproducts/ProducerExe.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/CustomCommandByproducts/ProducerExe.c b/Tests/CustomCommandByproducts/ProducerExe.c
index 78f2de106c..8488f4e58f 100644
--- a/Tests/CustomCommandByproducts/ProducerExe.c
+++ b/Tests/CustomCommandByproducts/ProducerExe.c
@@ -1 +1,4 @@
-int main(void) { return 0; }
+int main(void)
+{
+ return 0;
+}