summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-02-26 20:48:30 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-02-26 20:48:30 (GMT)
commit15b0e830aa074966acc77e1683ef7bec08e95f00 (patch)
tree1a4cab27eecac95d482c94d25476b8cf1182da64 /tests
parent6246011ca2757491fd7d492838e56a52ddb87645 (diff)
downloadtk-15b0e830aa074966acc77e1683ef7bec08e95f00.zip
tk-15b0e830aa074966acc77e1683ef7bec08e95f00.tar.gz
tk-15b0e830aa074966acc77e1683ef7bec08e95f00.tar.bz2
Fix indentation.
Diffstat (limited to 'tests')
-rw-r--r--tests/canvPs.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/canvPs.test b/tests/canvPs.test
index 17ea695..077d60e 100644
--- a/tests/canvPs.test
+++ b/tests/canvPs.test
@@ -186,7 +186,7 @@ test canvPs-4.1 {test ps generation with single-point uncolored poly, bug 734498
test canvPs-5.1 {test ps generation with bitmap, bug 424773a00c} -body {
pack [canvas .c]
-update
+ update
.c create bitmap 50 50 -bitmap questhead
.c postscript ; # crashes on macOS
} -cleanup {