Coding style fixes, mostly indentation and whitespace
This commit is contained in:
parent
8a0d117d45
commit
373651359e
47 changed files with 131 additions and 130 deletions
|
@ -81,7 +81,7 @@ zdon(void)
|
|||
if (*p == 'y' || *p == 'Y') {
|
||||
checking = 0;
|
||||
wantupd = 1;
|
||||
} else if (*p == 'n' || *p == 'N') {
|
||||
} else if (*p == 'n' || *p == 'N') {
|
||||
checking = 0;
|
||||
wantupd = 0;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue