Commit ee271aa3 ee271aa33d9b5a2eeb8301cf86fdc8f59c5f3319 by Sergey Poznyakoff

Formatting fix

1 parent 3854c29d
......@@ -711,7 +711,8 @@ deliver (mu_mailbox_t imbx, char *name)
if (status)
{
mailer_err (_("Cannot lock mailbox `%s': %s"), path, mu_strerror (status));
mailer_err (_("Cannot lock mailbox `%s': %s"), path,
mu_strerror (status));
mu_mailbox_destroy (&mbox);
exit_code = EX_TEMPFAIL;
return;
......