1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 22:46:35 +01:00

Passed everything through astyle.

This commit is contained in:
irungentoo
2013-08-16 13:11:09 -04:00
parent 9f9ca0a971
commit 9dce121a76
10 changed files with 1256 additions and 1137 deletions

View File

@@ -23,7 +23,7 @@
#else
#define CONFIGDIR "/toxic/"
#endif
#ifndef S_ISDIR
#define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
#endif