aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/alarm-notify/config-data.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/alarm-notify/config-data.h')
-rw-r--r--calendar/alarm-notify/config-data.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/calendar/alarm-notify/config-data.h b/calendar/alarm-notify/config-data.h
index e9ae052692..e1af223d57 100644
--- a/calendar/alarm-notify/config-data.h
+++ b/calendar/alarm-notify/config-data.h
@@ -47,14 +47,14 @@ void config_data_init_debugging (void);
gboolean config_data_start_debugging (void);
void config_data_stop_debugging (void);
-#define debug(x) G_STMT_START { \
- if (config_data_start_debugging ()) { \
- g_print ("%s (%s): ", G_STRFUNC, G_STRLOC); \
- g_print x; \
- g_print ("\n"); \
- \
- config_data_stop_debugging (); \
- } \
+#define debug(x) G_STMT_START { \
+ if (config_data_start_debugging ()) { \
+ g_print ("%s (%s): ", G_STRFUNC, G_STRLOC); \
+ g_print x; \
+ g_print ("\n"); \
+ \
+ config_data_stop_debugging (); \
+ } \
} G_STMT_END
#endif