summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-04-29 19:23:56 (GMT)
committerfvogel <fvogel@noemail.net>2016-04-29 19:23:56 (GMT)
commitf54685140bcb87968b0aedff9eec14d20ec33305 (patch)
treeca690d0e2669c02ac44bd34e86e7541db0eab853 /library
parent8f724e224574d12bd843da6c3451537f7ee89a14 (diff)
downloadtk-f54685140bcb87968b0aedff9eec14d20ec33305.zip
tk-f54685140bcb87968b0aedff9eec14d20ec33305.tar.gz
tk-f54685140bcb87968b0aedff9eec14d20ec33305.tar.bz2
Fixed indentation
FossilOrigin-Name: f82ce533eb5b08b22ada6f10ea8884b799a00f8c
Diffstat (limited to 'library')
-rw-r--r--library/button.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/button.tcl b/library/button.tcl
index 061069a..16624e7 100644
--- a/library/button.tcl
+++ b/library/button.tcl
@@ -604,8 +604,8 @@ proc ::tk::ButtonInvoke w {
update idletasks
after 100
if {[winfo exists $w]} {
- $w configure -state $oldState -relief $oldRelief
- uplevel #0 [list $w invoke]
+ $w configure -state $oldState -relief $oldRelief
+ uplevel #0 [list $w invoke]
}
}
}