Commit 88234c90 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: adjust the indentation after the previous changes

No related merge requests found
Showing with 58 additions and 58 deletions
+58 -58
......@@ -3215,10 +3215,10 @@ void do_linter(void)
int i;
sprintf(msg, _("This message is for unopened file %s,"
" open it in a new buffer?"),
curlint->filename);
" open it in a new buffer?"), curlint->filename);
i = do_yesno_prompt(FALSE, msg);
free(msg);
if (i == -1) {
statusbar(_("Cancelled"));
goto free_lints_and_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