]> granicus.if.org Git - pgbouncer/commitdiff
fix inconsistent indenting
authorMarko Kreen <markokr@gmail.com>
Tue, 22 Jan 2008 15:21:39 +0000 (15:21 +0000)
committerMarko Kreen <markokr@gmail.com>
Tue, 22 Jan 2008 15:21:39 +0000 (15:21 +0000)
src/util.c

index 45402be711e911d4e0a2ba55a59c9a2bd9adfe00..274884b0b21d4f8b8a605908d736aff357fd2864 100644 (file)
@@ -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];