tweaks: adjust indentation after previous change

master
Benno Schulenberg 2017-11-22 19:43:50 +01:00
parent 77d24300f3
commit 7c3c942097
1 changed files with 122 additions and 124 deletions

View File

@ -2113,12 +2113,10 @@ int do_writeout(bool exiting, bool withprompt)
#endif #endif
#ifndef NANO_TINY #ifndef NANO_TINY
if (func == dos_format_void) { if (func == dos_format_void) {
openfile->fmt = (openfile->fmt == DOS_FILE) ? NIX_FILE : openfile->fmt = (openfile->fmt == DOS_FILE) ? NIX_FILE : DOS_FILE;
DOS_FILE;
continue; continue;
} else if (func == mac_format_void) { } else if (func == mac_format_void) {
openfile->fmt = (openfile->fmt == MAC_FILE) ? NIX_FILE : openfile->fmt = (openfile->fmt == MAC_FILE) ? NIX_FILE : MAC_FILE;
MAC_FILE;
continue; continue;
} else if (func == backup_file_void) { } else if (func == backup_file_void) {
TOGGLE(BACKUP_FILE); TOGGLE(BACKUP_FILE);