tweaks: fix several whitespace irregularities

Add missing spaces, remove excess spaces, and
replace groups of indentation spaces with tabs.
master
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;
else
return 7;
}
else {
} else {
if (n < 100000000)
return 8;
else