tweaks: adjust the indentation after the previous changes
parent
02719ec4bf
commit
88234c90bc
|
@ -3215,10 +3215,10 @@ void do_linter(void)
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
sprintf(msg, _("This message is for unopened file %s,"
|
sprintf(msg, _("This message is for unopened file %s,"
|
||||||
" open it in a new buffer?"),
|
" open it in a new buffer?"), curlint->filename);
|
||||||
curlint->filename);
|
|
||||||
i = do_yesno_prompt(FALSE, msg);
|
i = do_yesno_prompt(FALSE, msg);
|
||||||
free(msg);
|
free(msg);
|
||||||
|
|
||||||
if (i == -1) {
|
if (i == -1) {
|
||||||
statusbar(_("Cancelled"));
|
statusbar(_("Cancelled"));
|
||||||
goto free_lints_and_return;
|
goto free_lints_and_return;
|
||||||
|
|
Loading…
Reference in New Issue