From: Colin Walters Date: Thu, 9 Jun 2011 16:05:18 +0000 (-0400) Subject: gdumpparser.py: Limit line length to 100 X-Git-Tag: GOBJECT_INTROSPECTION_1_29_0~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95b876a84f3e175a211a088f55d58bb36629290d;p=platform%2Fupstream%2Fgobject-introspection.git gdumpparser.py: Limit line length to 100 --- diff --git a/giscanner/gdumpparser.py b/giscanner/gdumpparser.py index 5105426..87621bc 100644 --- a/giscanner/gdumpparser.py +++ b/giscanner/gdumpparser.py @@ -211,7 +211,9 @@ blob containing data gleaned from GObject's primitive introspection.""" self._initparse_get_type_function(func) def _initparse_get_type_function(self, func): - if func.symbol in ('g_object_get_type', 'g_initially_unowned_get_type', 'g_variant_get_gtype'): + if func.symbol in ('g_object_get_type', + 'g_initially_unowned_get_type', + 'g_variant_get_gtype'): # We handle these internally, see _initparse_gobject_record return True if func.parameters: