summaryrefslogtreecommitdiff
path: root/testing/toxic/configdir.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-16 13:11:09 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-16 13:11:09 -0400
commit88ff81d9def5efe69cbaf91aa41906177ba7dde9 (patch)
treecb9f149e438bcd1f18d8c1eb5d8be6b0a22f58a4 /testing/toxic/configdir.h
parentc5af8f44a9d040a0bbe0442ec074d9fc8562dd32 (diff)
Passed everything through astyle.
Diffstat (limited to 'testing/toxic/configdir.h')
-rw-r--r--testing/toxic/configdir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/toxic/configdir.h b/testing/toxic/configdir.h
index fad949cf..17d95107 100644
--- a/testing/toxic/configdir.h
+++ b/testing/toxic/configdir.h
@@ -23,7 +23,7 @@
23#else 23#else
24#define CONFIGDIR "/toxic/" 24#define CONFIGDIR "/toxic/"
25#endif 25#endif
26 26
27#ifndef S_ISDIR 27#ifndef S_ISDIR
28#define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) 28#define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
29#endif 29#endif