diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 09:24:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 09:24:21 (GMT) |
commit | 27afd154a9fc5f72d7a829b285c340766ef8c6ce (patch) | |
tree | ef8e82bfe8e93cd5d05b724b1462d6981ea86454 /compat | |
parent | 880cdb78d06b59af92473975f26308d56a266979 (diff) | |
parent | c5c29cc39d29340d28c498b3008ba0a9ca9f84bd (diff) | |
download | tk-27afd154a9fc5f72d7a829b285c340766ef8c6ce.zip tk-27afd154a9fc5f72d7a829b285c340766ef8c6ce.tar.gz tk-27afd154a9fc5f72d7a829b285c340766ef8c6ce.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.h | 2 |
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. */ |