aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/main.c4
-rw-r--r--template/main.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/template/main.c b/template/main.c
index f2a929b..794d581 100644
--- a/template/main.c
+++ b/template/main.c
@@ -2,6 +2,6 @@
int
main(int argc, char* argv[]) {
- {{_cursor_}}
- return 0;
+ {{_cursor_}}
+ return 0;
}
diff --git a/template/main.cpp b/template/main.cpp
index c413be8..1a92edb 100644
--- a/template/main.cpp
+++ b/template/main.cpp
@@ -3,6 +3,6 @@
int
main(int argc, char* argv[]) {
- {{_cursor_}}
- return 0;
+ {{_cursor_}}
+ return 0;
}