tweaks: fix several whitespace irregularities
Add missing spaces, remove excess spaces, and replace groups of indentation spaces with tabs.
This commit is contained in:
committed by
Benno Schulenberg
parent
4953dcec20
commit
03c3e2b7c0
@@ -77,8 +77,7 @@ int digits(ssize_t n)
|
||||
return 6;
|
||||
else
|
||||
return 7;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
if (n < 100000000)
|
||||
return 8;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user