Fix linting errors.

This commit is contained in:
Johan Klokkhammer Helsing
2015-11-04 02:44:45 +01:00
parent c3ac16cfeb
commit ad34a376eb
3 changed files with 54 additions and 58 deletions

View File

@@ -6589,7 +6589,7 @@ void fixthisline(IndentGetter get_the_indent)
if (amount >= 0) {
change_indent(INDENT_SET, amount, false, 0, true);
if (linewhite(curwin->w_cursor.lnum)) {
did_ai = TRUE; // delete the indent if the line stays empty
did_ai = true; // delete the indent if the line stays empty
}
}
}