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 | 32d8be3faeae62da6c7196c976a821c899edbcb7 (patch) | |
tree | ef8e82bfe8e93cd5d05b724b1462d6981ea86454 /macosx/tkMacOSXTest.c | |
parent | 426c474325dc15e3c7780889913238cf46043a94 (diff) | |
parent | 82c2300291ac49bcadd9eddcacbb32f7ba5fe470 (diff) | |
download | tk-32d8be3faeae62da6c7196c976a821c899edbcb7.zip tk-32d8be3faeae62da6c7196c976a821c899edbcb7.tar.gz tk-32d8be3faeae62da6c7196c976a821c899edbcb7.tar.bz2 |
consistant use of mode: objc for OSX, strip spaces from the end of lines
Diffstat (limited to 'macosx/tkMacOSXTest.c')
-rw-r--r-- | macosx/tkMacOSXTest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXTest.c b/macosx/tkMacOSXTest.c index 26885a9..7d2b24e 100644 --- a/macosx/tkMacOSXTest.c +++ b/macosx/tkMacOSXTest.c @@ -81,7 +81,7 @@ DebuggerCmd( /* * Local Variables: - * mode: c + * mode: objc * c-basic-offset: 4 * fill-column: 79 * coding: utf-8 |