diff options
author | Neil <nyamatongwe@gmail.com> | 2015-11-20 11:05:28 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-11-20 11:05:28 +1100 |
commit | 6652c4eadad09cf6ea23b690c92d70b55a49d57f (patch) | |
tree | 955441c738e7e43de65414f956b16d678486eb1a /test | |
parent | ad16ecb14a085d950b6a243b02267a0eca50f5c9 (diff) | |
download | scintilla-mirror-6652c4eadad09cf6ea23b690c92d70b55a49d57f.tar.gz |
Remove line end whitespace.
Diffstat (limited to 'test')
-rw-r--r-- | test/ScintillaCallable.py | 2 | ||||
-rw-r--r-- | test/XiteQt.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/ScintillaCallable.py b/test/ScintillaCallable.py index 8dbcfcdee..6a27def22 100644 --- a/test/ScintillaCallable.py +++ b/test/ScintillaCallable.py @@ -151,7 +151,7 @@ class ScintillaCallable: def Contents(self): return self.ByteRange(0, self.Length) - + def SetContents(self, s): self.TargetStart = 0 self.TargetEnd = self.Length diff --git a/test/XiteQt.py b/test/XiteQt.py index 48c39e402..1b3a8dfa0 100644 --- a/test/XiteQt.py +++ b/test/XiteQt.py @@ -40,7 +40,7 @@ class XiteWin(): self.ed = ScintillaCallable.ScintillaCallable(self.face, scifn, sciptr) self.form.show() - + def DoStuff(self): print(self.test) self.CmdTest() |