[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:
Bill Currie 2023-02-10 09:39:13 +09:00
parent c3f8e5bcc5
commit c94e691e7e

View file

@ -157,7 +157,8 @@
[field_def writeParseData];
}
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,
"\t{\"@inherit\", 0, QFString, parse_inherit, &%s_fields},\n",
[self outname]);