From: Simon Ruderich Date: Mon, 10 Jun 2013 14:55:25 +0000 (+0200) Subject: coloredstderr.c: Fix indentation. X-Git-Tag: 0.1~77 X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=commitdiff_plain;h=7c2d726cd4c2716e9c211b5a5ab5d7713e1dfc5e coloredstderr.c: Fix indentation. --- diff --git a/src/coloredstderr.c b/src/coloredstderr.c index d0c5494..eae164d 100644 --- a/src/coloredstderr.c +++ b/src/coloredstderr.c @@ -243,9 +243,9 @@ HOOK_VOID1(void, perror, STDERR_FILENO, /* error(3) */ #ifdef HAVE_ERROR_H -static void error_vararg(int status, int errnum, - char const *filename, unsigned int linenum, - char const *format, va_list ap) { +static void error_vararg(int status, int errnum, + char const *filename, unsigned int linenum, + char const *format, va_list ap) { static char const *last_filename; static unsigned int last_linenum;