summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-05 19:26:24 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-05 19:26:24 +0000
commit6cd8d6bf880939ccdf1808d4e7bd3b5561647938 (patch)
tree0c9ae261de58064edd92ee85b8d336f6b50c77f2 /src/debug.h
parent31f9c4e348c6cddfcd472059f664a6ad2de18fa8 (diff)
Semi-automated whitespace pedantry: space before function call parentheses, wrap some long lines
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug.h b/src/debug.h
index 6c6b9aab6..522d1d715 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -39,9 +39,9 @@ G_END_DECLS
#ifdef DEBUG_FLAG
#define DEBUG(format, ...) \
- gabble_debug(DEBUG_FLAG, "%s: " format, G_STRFUNC, ##__VA_ARGS__)
+ gabble_debug (DEBUG_FLAG, "%s: " format, G_STRFUNC, ##__VA_ARGS__)
-#define DEBUGGING gabble_debug_flag_is_set(DEBUG_FLAG)
+#define DEBUGGING gabble_debug_flag_is_set (DEBUG_FLAG)
#define NODE_DEBUG(n, s) \
G_STMT_START { \