tweaks: adjust the indentation after the previous changes
parent
02719ec4bf
commit
88234c90bc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue