tweaks: adjust the indentation after the previous change
parent
21a5978027
commit
8b86af3fef
|
@ -2863,7 +2863,7 @@ void save_history(void)
|
|||
char *searchhist;
|
||||
FILE *hist;
|
||||
|
||||
/* Don't save unchanged or empty histories. */
|
||||
/* If the histories are unchanged or empty, don't bother saving them. */
|
||||
if (!history_has_changed() || (searchbot->lineno == 1 &&
|
||||
replacebot->lineno == 1))
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue