summaryrefslogtreecommitdiffstats
path: root/tests/constraints.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-01-15 16:06:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-01-15 16:06:18 (GMT)
commit82a83e55c5f93ae3e6545f829f98c828fefa3c5b (patch)
treeaff9b47194677ca3fe501b1d9d1f88f5a9236455 /tests/constraints.tcl
parent03734119e407f4bcced1a69bb30f1032fb83b222 (diff)
downloadtk-82a83e55c5f93ae3e6545f829f98c828fefa3c5b.zip
tk-82a83e55c5f93ae3e6545f829f98c828fefa3c5b.tar.gz
tk-82a83e55c5f93ae3e6545f829f98c828fefa3c5b.tar.bz2
remove some unnecessary eol-spacing
Diffstat (limited to 'tests/constraints.tcl')
-rw-r--r--tests/constraints.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/constraints.tcl b/tests/constraints.tcl
index 535d839..6402753 100644
--- a/tests/constraints.tcl
+++ b/tests/constraints.tcl
@@ -38,7 +38,7 @@ namespace eval tk {
}
namespace eval bg {
- # Manage a background process.
+ # Manage a background process.
# Replace with slave interp or thread?
namespace import ::tcltest::interpreter
namespace import ::tk::test::loadTkCommand
@@ -126,7 +126,7 @@ namespace eval tk {
eval destroy [winfo children .]
}
- namespace export fixfocus
+ namespace export fixfocus
proc fixfocus {} {
catch {destroy .focus}
toplevel .focus
@@ -185,7 +185,7 @@ testConstraint aqua [expr {[tk windowingsystem] eq "aqua"}]
testConstraint nonwin [expr {[tk windowingsystem] ne "win32"}]
testConstraint userInteraction 0
testConstraint nonUnixUserInteraction [expr {
- [testConstraint userInteraction] ||
+ [testConstraint userInteraction] ||
([testConstraint unix] && [testConstraint notAqua])
}]
testConstraint haveDISPLAY [info exists env(DISPLAY)]