diff --git a/snippets/c/c.json b/snippets/c/c.json index abac8bdc..b67b5d79 100644 --- a/snippets/c/c.json +++ b/snippets/c/c.json @@ -17,8 +17,7 @@ "#include ", "", "int main(int argc, char *argv[])", - "{", - "\t$0", + "{$0", "\treturn EXIT_SUCCESS;", "}" ], @@ -41,8 +40,7 @@ "prefix": "main", "body": [ "int main(int argc, char *argv[])", - "{", - "\t$0", + "{$0", "\treturn EXIT_SUCCESS;", "}" ], @@ -50,7 +48,7 @@ }, "main(void) template": { "prefix": "mainn", - "body": ["int main(void)", "{$0", "", "\treturn EXIT_SUCCESS;", "}"], + "body": ["int main(void)", "{$0", "\treturn EXIT_SUCCESS;", "}"], "description": "No-args main() snippet" }, "#include <...>": {