summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-10-23 09:24:21 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-10-23 09:24:21 (GMT)
commitc256b16773332c9b6c30ec911aa234a7c92c7651 (patch)
treeef8e82bfe8e93cd5d05b724b1462d6981ea86454 /compat
parent42766f7106b858cf9933b3771a1fea2184e7054b (diff)
parent7f6aa918596f6fe79a209c735b0912edd6868e54 (diff)
downloadtk-c256b16773332c9b6c30ec911aa234a7c92c7651.zip
tk-c256b16773332c9b6c30ec911aa234a7c92c7651.tar.gz
tk-c256b16773332c9b6c30ec911aa234a7c92c7651.tar.bz2
consistant use of mode: objc for OSX, strip spaces from the end of lines
Diffstat (limited to 'compat')
-rw-r--r--compat/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/unistd.h b/compat/unistd.h
index 9064b06..be966cc 100644
--- a/compat/unistd.h
+++ b/compat/unistd.h
@@ -23,7 +23,7 @@
#define NULL 0
#endif
-/*
+/*
* Strict POSIX stuff goes here. Extensions go down below, in the ifndef
* _POSIX_SOURCE section.
*/