[gobject-introspection] giscanner: Fix for PEP-8 style check



commit b5a8082396540037351f0c96c1403f6c470d0e5c
Author: Rico Tzschichholz <ricotz t-online de>
Date:   Fri May 3 11:21:36 2013 +0200

    giscanner: Fix for PEP-8 style check

 giscanner/dumper.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/dumper.py b/giscanner/dumper.py
index 992eb76..b9f529e 100644
--- a/giscanner/dumper.py
+++ b/giscanner/dumper.py
@@ -319,7 +319,8 @@ class DumpCompiler(object):
             else:
                 args.append('-Wl,-rpath=.')
 
-        # Ensure libraries are always linked as we are going to use ldd to work out their names later
+        # Ensure libraries are always linked as we are going to use ldd to work
+        # out their names later
         if not libtool and self._pkgconfig_msvc_flags == '':
             args.append('-Wl,--no-as-needed')
 


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