From: Marko Kreen Date: Tue, 22 Jan 2008 15:21:39 +0000 (+0000) Subject: fix inconsistent indenting X-Git-Tag: pgbouncer_1_2_rc2~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=503002f38799353581caf2be576a03265f8c2155;p=pgbouncer fix inconsistent indenting --- diff --git a/src/util.c b/src/util.c index 45402be..274884b 100644 --- a/src/util.c +++ b/src/util.c @@ -205,8 +205,7 @@ void log_level(const char *pfx, const char *fmt, ...) * Logging about specific PgSocket */ -void -slog_level(const char *pfx, const PgSocket *sock, const char *fmt, ...) +void slog_level(const char *pfx, const PgSocket *sock, const char *fmt, ...) { char buf1[1024]; char buf2[1024];