mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 10:21:21 +00:00
whitespace
This commit is contained in:
parent
00d72be48d
commit
50af936a29
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
typedef struct pr_auxfunction_s {
|
||||
unsigned int function; // function def this aux info is for
|
||||
unsigned int source_line; // first source line for this function
|
||||
unsigned int line_info; // index to first lineno entry
|
||||
unsigned int line_info; // index to first lineno entry
|
||||
unsigned int local_defs; // index to the first local def
|
||||
unsigned int num_locals; // number of local defs
|
||||
} pr_auxfunction_t;
|
||||
|
|
Loading…
Reference in a new issue