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

@@ -77,8 +77,7 @@ int digits(ssize_t n)
return 6; return 6;
else else
return 7; return 7;
} } else {
else {
if (n < 100000000) if (n < 100000000)
return 8; return 8;
else else