mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
Make param/format specifier mapping easier to read.
Just a bit of white space.
This commit is contained in:
parent
2317811f2b
commit
aa14271764
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ dump_methods (progs_t *pr, pr_method_list_t *methods, int class)
|
|||
types = PR_GetString (pr, method->method_types);
|
||||
else
|
||||
types = "<invalid string>";
|
||||
printf (" %c%s %d @ %x %s\n", mark, sel_id,
|
||||
method->method_imp,
|
||||
printf (" %c%s %d @ %x %s\n",
|
||||
mark, sel_id, method->method_imp,
|
||||
PR_SetPointer (pr, method), types);
|
||||
method++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue