diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-10-23 09:24:21 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-10-23 09:24:21 (GMT) |
commit | a2d9e9f734071a195b78e089784bc7c7520ec0fb (patch) | |
tree | ef8e82bfe8e93cd5d05b724b1462d6981ea86454 /compat | |
parent | 0c40abf4e6d7bdd0ab7df2f6fae109386c851451 (diff) | |
parent | af4ced624a5f3fd0c5d3cc0422da86a6a9eb07f5 (diff) | |
download | tk-a2d9e9f734071a195b78e089784bc7c7520ec0fb.zip tk-a2d9e9f734071a195b78e089784bc7c7520ec0fb.tar.gz tk-a2d9e9f734071a195b78e089784bc7c7520ec0fb.tar.bz2 |
consistant use of mode: objc for OSX, strip spaces from the end of lines
FossilOrigin-Name: f4527071c7b6317895755fc2070a829c07a57a6a
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. */ |