refs #167 indentation was inconsistent

This commit is contained in:
ujihisa 2013-07-09 18:32:12 -07:00
parent b557d0edb2
commit 8b360c6e20
1 changed files with 4 additions and 4 deletions

View File

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