Source formatting.

This commit is contained in:
Bill Currie 2010-11-24 11:43:00 +09:00
parent fc2a6e0fb7
commit 023d3c89ec

View file

@ -220,8 +220,8 @@ WriteProgdefs (const char *filename)
f = fopen (filename, "wb");
// print global vars until the first field is defined
fprintf (f,
"\n/* file generated by qcc, do not modify */\n\ntypedef struct\n{\tint\tpad[%i];\n",
fprintf (f, "\n/* file generated by qcc, do not modify */"
"\n\ntypedef struct\n{\tint\tpad[%i];\n",
RESERVED_OFS);
for (d = pr.scope->head; d; d = d->def_next) {