tweaks: fix several whitespace irregularities

Add missing spaces, remove excess spaces, and
replace groups of indentation spaces with tabs.
This commit is contained in:
David Lawrence Ramsey
2017-05-05 15:48:54 -05:00
committed by Benno Schulenberg
parent 4953dcec20
commit 03c3e2b7c0
7 changed files with 30 additions and 31 deletions

View File

@@ -3075,7 +3075,7 @@ bool has_old_position(const char *file, ssize_t *line, ssize_t *column)
free(fullpath);
if (posptr == NULL)
return FALSE;
return FALSE;
*line = posptr->lineno;
*column = posptr->xno;