Fix indent

master
Jiří Techet 2018-10-13 13:36:38 +02:00
parent 9b44e9fa42
commit 25e8ebc444
1 changed files with 2 additions and 2 deletions

View File

@ -31,9 +31,9 @@ static bool nofatalErrorPrinter (const errorSelection selection,
vfprintf (stderr, format, ap);
if (selection & PERROR)
#ifdef HAVE_STRERROR
fprintf (stderr, " : %s", strerror (errno));
fprintf (stderr, " : %s", strerror (errno));
#else
perror (" ");
perror (" ");
#endif
fputs ("\n", stderr);