summaryrefslogtreecommitdiff
path: root/xmake/templates/c/module.binary/project/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/templates/c/module.binary/project/src/main.c')
-rw-r--r--xmake/templates/c/module.binary/project/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/templates/c/module.binary/project/src/main.c b/xmake/templates/c/module.binary/project/src/main.c
index 113930e1a..ccf4b2a77 100644
--- a/xmake/templates/c/module.binary/project/src/main.c
+++ b/xmake/templates/c/module.binary/project/src/main.c
@@ -1,6 +1,6 @@
#include <stdio.h>
-int main(int argc, char** argv) {
+int main(int argc, char **argv) {
printf("hello world!\n");
return 0;
}