mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-20 10:43:29 +00:00
Source formatting.
This commit is contained in:
parent
fc2a6e0fb7
commit
023d3c89ec
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue