aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/win32Tests.py
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-08-24 11:39:57 +1000
committerNeil <nyamatongwe@gmail.com>2021-08-24 11:39:57 +1000
commitdc0398d650e75efe9641f0c48d630f2c2027281a (patch)
tree83819a98c36c4b1c6a011d9524e26eb5b87da3d3 /test/win32Tests.py
parentf756e89f53b407432c7db7c4134bfdb8af94d964 (diff)
downloadscintilla-mirror-dc0398d650e75efe9641f0c48d630f2c2027281a.tar.gz
Remove line end white space.
Diffstat (limited to 'test/win32Tests.py')
-rw-r--r--test/win32Tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/win32Tests.py b/test/win32Tests.py
index d47ed66db..974f6ceae 100644
--- a/test/win32Tests.py
+++ b/test/win32Tests.py
@@ -113,7 +113,7 @@ class TestWins(unittest.TestCase):
value = self.TextValue()
self.assertEquals(len(value), 3)
self.assertEquals(value, katakanaMiddleDot)
-
+
# This is even less valid Shift-JIS
tu8 = b'[\xff]'
self.SetText(tu8)