refs #167 indentation was inconsistent

This commit is contained in:
ujihisa 2013-07-09 18:32:12 -07:00
parent b557d0edb2
commit 8b360c6e20

View File

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