From 577dc829c298e9d4839810a70b3687dbe7c58940 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Tue, 13 Oct 2015 12:50:09 +0200 Subject: [PATCH] Fixed c template --- vim/.vim/templates/c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/vim/.vim/templates/c b/vim/.vim/templates/c index cca61df..a4c8c7d 100644 --- a/vim/.vim/templates/c +++ b/vim/.vim/templates/c @@ -1,9 +1,7 @@ #include -int -main( int argc, char *argv[] ) -{ +int main( int argc, char *argv[] ) { return 0; } -# cursor: 6 del +# cursor: 4 del