[pygi] Remove trailing whitespace
- From: Tomeu Vizoso <tomeuv src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pygi] Remove trailing whitespace
- Date: Mon, 30 Nov 2009 11:28:12 +0000 (UTC)
commit a8660621679c629fc81320a8ddf5bf2c7ee1f177
Author: Johan Dahlin <johan gnome org>
Date: Tue Nov 24 10:36:18 2009 -0200
Remove trailing whitespace
https://bugzilla.gnome.org/show_bug.cgi?id=602830
gi/module.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gi/module.py b/gi/module.py
index efc8af8..72a6a53 100644
--- a/gi/module.py
+++ b/gi/module.py
@@ -92,10 +92,10 @@ class DynamicModule(object):
g_type = info.get_g_type()
value = g_type.pytype
- if value is None:
+ if value is None:
if g_type.is_a(gobject.TYPE_ENUM):
value = enum_add(g_type)
- else:
+ else:
value = flags_add(g_type)
value.__info__ = info
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]