aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtGui/qregion_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtGui/qregion_test.py')
-rw-r--r--sources/pyside2/tests/QtGui/qregion_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/QtGui/qregion_test.py b/sources/pyside2/tests/QtGui/qregion_test.py
index 3d5c17c36..72cec4bd5 100644
--- a/sources/pyside2/tests/QtGui/qregion_test.py
+++ b/sources/pyside2/tests/QtGui/qregion_test.py
@@ -38,7 +38,7 @@ class QRegionTest(UsesQApplication):
def testFunctionUnit(self):
r = QRegion(0, 0, 10, 10)
r2 = QRegion(5, 5, 10, 10)
-
+
ru = r.united(r2)
self.assertTrue(ru.contains(QPoint(0,0)))
self.assertTrue(ru.contains(QPoint(5,5)))