diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-11-21 16:15:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-11-21 16:15:40 (GMT) |
commit | b04a66064750406884bc65f57f4a4e8b63f69930 (patch) | |
tree | c6d1adfa08fe311a7397c644485cf0d197c241fc /macosx/tkMacOSXEmbed.c | |
parent | d1f6536c011946290849f4bc9dea8ac64774a1b7 (diff) | |
download | tk-b04a66064750406884bc65f57f4a4e8b63f69930.zip tk-b04a66064750406884bc65f57f4a4e8b63f69930.tar.gz tk-b04a66064750406884bc65f57f4a4e8b63f69930.tar.bz2 |
Remove unnecessary end-of-line spacing
Diffstat (limited to 'macosx/tkMacOSXEmbed.c')
-rw-r--r-- | macosx/tkMacOSXEmbed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXEmbed.c b/macosx/tkMacOSXEmbed.c index 41a1e1b..1d66b82 100644 --- a/macosx/tkMacOSXEmbed.c +++ b/macosx/tkMacOSXEmbed.c @@ -14,7 +14,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ - + #include "tkMacOSXPrivate.h" #include "tkBusy.h" |