[game-data-packager] 01/01: gdp: fix weird indentation

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sat Mar 18 07:24:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit 438a2dd0c7260166fbf8b7aa634d92fdba7118de
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sat Mar 18 08:23:42 2017 +0100

    gdp: fix weird indentation
---
 runtime/gdp-launcher.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/runtime/gdp-launcher.py b/runtime/gdp-launcher.py
index 37a909b..4f1618e 100755
--- a/runtime/gdp-launcher.py
+++ b/runtime/gdp-launcher.py
@@ -249,10 +249,10 @@ class FullLauncher(Launcher):
             hexpand=True, vexpand=True, wrap_mode=Gtk.WrapMode.WORD,
             left_margin=6, right_margin=6)
         try:
-                self.text_view.set_bottom_margin(6)
-                self.text_view.set_top_margin(6)
+            self.text_view.set_bottom_margin(6)
+            self.text_view.set_top_margin(6)
         except:
-                logger.warn('You are using an old version of pygobject')
+            logger.warn('You are using an old version of pygobject')
         self.grid.attach(self.text_view, 1, 0, 1, 1)
 
         subgrid = Gtk.Grid(column_spacing=6, column_homogeneous=True,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list