Commit c6275683 c627568378d8d4638e941e934126b38b8d7043b6 by Sergey Poznyakoff

Minor indentation fix

1 parent e979716a
......@@ -577,7 +577,7 @@ mu_tempfile (const char *tmpdir, char **namep)
if (fd == -1)
{
mu_error (_("Cannot open temporary file: %s"), strerror(errno));
mu_error (_("Cannot open temporary file: %s"), strerror (errno));
free (filename);
return -1;
}
......