diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-02-02 09:50:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-02-02 09:50:46 (GMT) |
commit | c8cd89e42e4eca01a7094f238b5ec337a55570d6 (patch) | |
tree | fa9bd81e01ecbd861cd680d3afca85e27da45259 /generic/ttk | |
parent | 8671ba73dc6f1792e75ae6aa5f72c063079cdd82 (diff) | |
download | tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.zip tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.tar.gz tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.tar.bz2 |
Remove unnecessary end-of-line spacing
Diffstat (limited to 'generic/ttk')
-rw-r--r-- | generic/ttk/ttkGenStubs.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/ttk/ttkGenStubs.tcl b/generic/ttk/ttkGenStubs.tcl index 034f405..56ba2fa 100644 --- a/generic/ttk/ttkGenStubs.tcl +++ b/generic/ttk/ttkGenStubs.tcl @@ -12,7 +12,7 @@ # # SOURCE: tcl/tools/genStubs.tcl, revision 1.44 # -# CHANGES: +# CHANGES: # + Second argument to "declare" is used as a status guard # instead of a platform guard. # + Allow trailing semicolon in function declarations @@ -678,7 +678,7 @@ proc genStubs::addGuard {status text} { set upName [string toupper $libraryName] switch -- $status { - current { + current { # No change } deprecated { @@ -691,7 +691,7 @@ proc genStubs::addGuard {status text} { puts stderr "Unrecognized status code $status" } } - return $text + return $text } proc genStubs::ifdeffed {macro text} { |