Commit 8b86af3f authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: adjust the indentation after the previous change

parent 21a59780
Showing with 12 additions and 12 deletions
+12 -12
...@@ -2863,7 +2863,7 @@ void save_history(void) ...@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment