summaryrefslogtreecommitdiffstats
path: root/Tests/CustomCommandByproducts/External
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CustomCommandByproducts/External')
-rw-r--r--Tests/CustomCommandByproducts/External/ExternalLibrary.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/CustomCommandByproducts/External/ExternalLibrary.c b/Tests/CustomCommandByproducts/External/ExternalLibrary.c
index a1dacf0..554f611 100644
--- a/Tests/CustomCommandByproducts/External/ExternalLibrary.c
+++ b/Tests/CustomCommandByproducts/External/ExternalLibrary.c
@@ -1 +1,4 @@
-int ExternalLibrary(void) { return 0; }
+int ExternalLibrary(void)
+{
+ return 0;
+}