[gnumeric] whitespace



commit 97d4759c98968966856c59a54774edc1439d8282
Author: Morten Welinder <terra gnome org>
Date:   Sun Apr 29 16:21:17 2018 -0400

    whitespace

 introspection/gi/overrides/Gnm.py     |    6 +++---
 test/t3004-introspection-overrides.py |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/introspection/gi/overrides/Gnm.py b/introspection/gi/overrides/Gnm.py
index 7e6c0b6..f6c0264 100644
--- a/introspection/gi/overrides/Gnm.py
+++ b/introspection/gi/overrides/Gnm.py
@@ -9,8 +9,8 @@ __all__ = []
 
 class Range(Gnm.Range):
     def __new__(cls,start_col=0,start_row=0,end_col=None,end_row=None):
-        if end_col is None: end_col = start_col 
-        if end_row is None: end_row = start_row 
+        if end_col is None: end_col = start_col
+        if end_row is None: end_row = start_row
         r = Gnm.Range.__new__(cls)
         r.init(start_col,start_row,end_col,end_row)
         return r
@@ -19,7 +19,7 @@ class Range(Gnm.Range):
         pass
 
     __str__ = Gnm.Range.as_string
-    
+
 Range = override(Range)
 __all__.append('Range')
 
diff --git a/test/t3004-introspection-overrides.py b/test/t3004-introspection-overrides.py
index eb2eeee..bc43496 100755
--- a/test/t3004-introspection-overrides.py
+++ b/test/t3004-introspection-overrides.py
@@ -2,7 +2,7 @@
 # -----------------------------------------------------------------------------
 
 import gi
-gi.require_version('Gnm', '1.12') 
+gi.require_version('Gnm', '1.12')
 from gi.repository import Gnm
 from gi.repository import GOffice as Go
 Gnm.init()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]