tweaks: adjust the indentation after the previous changes

master
Benno Schulenberg 2018-03-25 21:36:13 +02:00
parent 02719ec4bf
commit 88234c90bc
1 changed files with 60 additions and 60 deletions

View File

@ -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;