Skip to content

Commit

Permalink
I cleared spaces before 'curly braces'
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Enrik authored Oct 30, 2016
1 parent e77d002 commit c4ef2e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snippets/Templates/start.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
//| expert start function |
//+------------------------------------------------------------------+
int OnStart()
{
{
//----
${0}
//----
return(0);
}
}
//+------------------------------------------------------------------+]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>start</tabTrigger>
Expand Down

0 comments on commit c4ef2e2

Please sign in to comment.