summaryrefslogtreecommitdiffstats
path: root/src/macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/macro.c')
-rw-r--r--src/macro.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/macro.c b/src/macro.c
index f47aa21..113287f 100644
--- a/src/macro.c
+++ b/src/macro.c
@@ -1,3 +1,5 @@
+/*-*- Mode: C; c-basic-offset: 8 -*-*/
+
/***
This file is part of libcanberra.
@@ -25,10 +27,10 @@
#include "macro.h"
ca_bool_t ca_debug(void) {
- const char *d;
+ const char *d;
- if ((d = getenv("CANBERRA_DEBUG")))
- return !!*d;
+ if ((d = getenv("CANBERRA_DEBUG")))
+ return !!*d;
- return FALSE;
+ return FALSE;
}