tweaks: adjust the indentation after the previous change

master
Benno Schulenberg 2017-08-15 19:13:22 +02:00
parent 21a5978027
commit 8b86af3fef
1 changed files with 14 additions and 14 deletions

View File

@ -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;