From c1979c82e18c5ee0993479043f44f5dcc76d8d2d Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 28 Jan 2006 16:39:46 +0100 Subject: whitespace fixes Signed-off-by: Kay Sievers --- logging.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'logging.h') diff --git a/logging.h b/logging.h index dd520dd874..00b5f23b25 100644 --- a/logging.h +++ b/logging.h @@ -38,13 +38,13 @@ #undef err #define err(format, arg...) \ do { \ - log_message(LOG_ERR ,"%s: " format ,__FUNCTION__ ,## arg); \ + log_message(LOG_ERR ,"%s: " format ,__FUNCTION__ ,## arg); \ } while (0) #undef info #define info(format, arg...) \ do { \ - log_message(LOG_INFO ,"%s: " format ,__FUNCTION__ ,## arg); \ + log_message(LOG_INFO ,"%s: " format ,__FUNCTION__ ,## arg); \ } while (0) #ifdef DEBUG -- cgit v1.2.3-54-g00ecf