Don't place spaces there

This commit is contained in:
ujihisa 2013-07-09 18:24:59 -07:00
parent 9f791435a9
commit a7c23ac09e
1 changed files with 2 additions and 2 deletions

View File

@ -145,10 +145,10 @@ snippet helloworld
# fopen
snippet fopen
abbr fopen("...", "...");
abbr fopen("...", "...");
fopen("${0:TARGET}", "${1:MODE}");
# fgets
snippet fgets
abbr fgets(row, length, file);
abbr fgets(row, length, file);
fgets(${0:ROW}, ${1:LENGTH}, ${2:FILE});