diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-03-16 14:13:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-03-16 14:13:17 (GMT) |
commit | c9882c7aeaae398fd75018012a712567852fd788 (patch) | |
tree | 4e9f3b4391626ebe9e64a4e1df746ae347bdfaf2 /macosx/tkMacOSXWm.c | |
parent | 6d849d232afb87840ffe3c1f9055e400e0907a63 (diff) | |
parent | 9df910230823bd6be37562f8f344258c54add11f (diff) | |
download | tk-c9882c7aeaae398fd75018012a712567852fd788.zip tk-c9882c7aeaae398fd75018012a712567852fd788.tar.gz tk-c9882c7aeaae398fd75018012a712567852fd788.tar.bz2 |
Merge-mark, and remove some unnecessary end-of-line spacing.
Diffstat (limited to 'macosx/tkMacOSXWm.c')
-rw-r--r-- | macosx/tkMacOSXWm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c index d81e8d6..429d7aa 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -5935,7 +5935,7 @@ TkpChangeFocus( [win makeKeyAndOrderFront:NSApp]; } } - + /* * Remember the current serial number for the X server and issue a dummy * server request. This marks the position at which we changed the focus, |