summaryrefslogtreecommitdiff
path: root/logging.h
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-01-28 16:39:46 +0100
committerKay Sievers <kay.sievers@suse.de>2006-01-28 16:39:46 +0100
commitc1979c82e18c5ee0993479043f44f5dcc76d8d2d (patch)
tree324b86f4ade2b428c5543905acba579fa00ff809 /logging.h
parent4179809b22af94a2c8c3937a9baa45870910ea0d (diff)
whitespace fixes
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'logging.h')
-rw-r--r--logging.h4
1 files changed, 2 insertions, 2 deletions
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