Massive whitespace cleanup.

Lots of trailing whitespace and otherwise blank lines.
This commit is contained in:
Bill Currie 2012-05-22 08:23:22 +09:00
parent 01773c7cd3
commit 23a38738fc
254 changed files with 1793 additions and 1793 deletions

View file

@ -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;