From 7c2d726cd4c2716e9c211b5a5ab5d7713e1dfc5e Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 10 Jun 2013 16:55:25 +0200 Subject: [PATCH] coloredstderr.c: Fix indentation. --- src/coloredstderr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.43.2