mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-29 23:52:22 +00:00
[vkgen] Fix some whitespace
I thought I'd indented that block, but I guess I'd gotten confused while doing some before and after checks of the indent.
This commit is contained in:
parent
c3f8e5bcc5
commit
c94e691e7e
1 changed files with 38 additions and 37 deletions
|
@ -157,7 +157,8 @@
|
||||||
[field_def writeParseData];
|
[field_def writeParseData];
|
||||||
}
|
}
|
||||||
if (!readonly) {
|
if (!readonly) {
|
||||||
fprintf (output_file, "static plfield_t %s_fields[] = {\n", [self outname]);
|
fprintf (output_file, "static plfield_t %s_fields[] = {\n",
|
||||||
|
[self outname]);
|
||||||
fprintf (output_file,
|
fprintf (output_file,
|
||||||
"\t{\"@inherit\", 0, QFString, parse_inherit, &%s_fields},\n",
|
"\t{\"@inherit\", 0, QFString, parse_inherit, &%s_fields},\n",
|
||||||
[self outname]);
|
[self outname]);
|
||||||
|
|
Loading…
Reference in a new issue