mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
Massive whitespace cleanup.
Lots of trailing whitespace and otherwise blank lines.
This commit is contained in:
parent
01773c7cd3
commit
23a38738fc
254 changed files with 1793 additions and 1793 deletions
|
@ -451,7 +451,7 @@ PR_Get_Source_Line (progs_t *pr, pr_uint_t addr)
|
|||
file_t *file;
|
||||
pr_auxfunction_t *func;
|
||||
pr_lineno_t *lineno;
|
||||
|
||||
|
||||
lineno = PR_Find_Lineno (pr, addr);
|
||||
if (!lineno || PR_Get_Lineno_Addr (pr, lineno) != addr)
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue