[glade-web] whitespace



commit 77db4d01875e7b3c2b3dafff9e7972eab90f1a82
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Mon Apr 27 10:51:41 2020 +0200

    whitespace

 newsitems.py | 8 ++------
 stp.py       | 6 +++---
 2 files changed, 5 insertions(+), 9 deletions(-)
---
diff --git a/newsitems.py b/newsitems.py
index f739085..66efcdc 100644
--- a/newsitems.py
+++ b/newsitems.py
@@ -91,8 +91,8 @@ item("""Glade 3.8.5 released""", (2014, 5, 12),
     <p>It is the fifth bug fix release in the series.</p>
     <p>See <a href="https://mail.gnome.org/archives/glade-devel-list/2014-May/msg00003.html";>3.8.5 release 
notes</a> for more details.</p>
      """, 'Juan Pablo Ugarte')
-     
-     item("""Glade 3.18.3 released""", (2014, 5, 12),
+
+item("""Glade 3.18.3 released""", (2014, 5, 12),
      """
     <p>Glade 3.18.3 is now available for download.</p>
     <p>Glade 3.18.3 is the third bug fix release in the series.</p>
@@ -352,7 +352,3 @@ item("Glade 3.6.0 released", (2009, 3, 16),
     </ul>
     """, 'Tristan Van Berkom')
 
-#item("PyGobject 2.18.0 released", (2009, 5, 25),
-#     """PyGobject 2.18.0 has been released, this is a stable release, the first of the 2.18.x series. As 
usual, it's sources can be fetched
-#     <a href="http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.18/pygobject-2.18.0.tar.bz2";>here</a>.
-#     Check out <a href="http://mail.gnome.org/archives/gnome-announce-list/2009-May/msg00065.html";>the 
release announcement and full list of changes</a>.""", 'Gian Mario Tagliaretti')
diff --git a/stp.py b/stp.py
index 13eab3d..7db73f7 100644
--- a/stp.py
+++ b/stp.py
@@ -35,7 +35,7 @@ def process_file(filename, maxlines=0):
         counter += 1
         if counter >= maxlines and maxlines != 0:
             break
-        
+
     f.close()
 
 def include(filename, maxlines=0):
@@ -44,11 +44,11 @@ def include(filename, maxlines=0):
     maxlines: if different than 0 only includes that amount of lines.
     """
     process_file(filename, maxlines)
-        
+
 if __name__ == '__main__':
     if len(sys.argv) != 2:
         usage()
         sys.exit(1)
-        
+
     input_filename = sys.argv[1]
     process_file(input_filename)


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