diff options
author | stwo <stwo> | 2012-08-06 20:15:58 (GMT) |
---|---|---|
committer | stwo <stwo> | 2012-08-06 20:15:58 (GMT) |
commit | 2946c1e2cd1ed3692b07ee9d0b6f44a51e33a285 (patch) | |
tree | 004c5b3a09f74ca326a70181a561eaba177d2c7c /unix/tkUnixWm.c | |
parent | 307e6caf5d141645d34ecebb2849192d28960461 (diff) | |
download | tk-2946c1e2cd1ed3692b07ee9d0b6f44a51e33a285.zip tk-2946c1e2cd1ed3692b07ee9d0b6f44a51e33a285.tar.gz tk-2946c1e2cd1ed3692b07ee9d0b6f44a51e33a285.tar.bz2 |
Zap trailing whitespace.
Diffstat (limited to 'unix/tkUnixWm.c')
-rw-r--r-- | unix/tkUnixWm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkUnixWm.c b/unix/tkUnixWm.c index 48d9021..09cd08d 100644 --- a/unix/tkUnixWm.c +++ b/unix/tkUnixWm.c @@ -5417,7 +5417,7 @@ SetNetWmType(TkWindow *winPtr, Tcl_Obj *typePtr) * GetNetWmType -- * * Read the extended window manager type hint from a window - * and return as a list of names suitable for use with + * and return as a list of names suitable for use with * SetNetWmType. * *---------------------------------------------------------------------- @@ -6353,7 +6353,7 @@ TkWmStackorderToplevel( *window_ptr++ = childWinPtr; } } - /* ASSERT: window_ptr - windows == table.numEntries + /* ASSERT: window_ptr - windows == table.numEntries * (#matched toplevel windows == #children) [Bug 1789819] */ *window_ptr = NULL; |