tweaks: adjust the indentation after the previous change
parent
21a5978027
commit
8b86af3fef
|
@ -2863,7 +2863,7 @@ void save_history(void)
|
||||||
char *searchhist;
|
char *searchhist;
|
||||||
FILE *hist;
|
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 &&
|
if (!history_has_changed() || (searchbot->lineno == 1 &&
|
||||||
replacebot->lineno == 1))
|
replacebot->lineno == 1))
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue