pygobject r888 - trunk/gobject



Author: johan
Date: Mon Jul 28 09:11:48 2008
New Revision: 888
URL: http://svn.gnome.org/viewvc/pygobject?rev=888&view=rev

Log:
Remove unnecessary spacing

Modified:
   trunk/gobject/pygflags.c

Modified: trunk/gobject/pygflags.c
==============================================================================
--- trunk/gobject/pygflags.c	(original)
+++ trunk/gobject/pygflags.c	Mon Jul 28 09:11:48 2008
@@ -470,10 +470,10 @@
 void
 pygobject_flags_register_types(PyObject *d)
 {
-    pygflags_class_key       = g_quark_from_static_string("PyGFlags::class");
+    pygflags_class_key = g_quark_from_static_string("PyGFlags::class");
 
     PyGFlags_Type.tp_base = &_PyLong_Type;
-    PyGFlags_Type.tp_repr = 	(reprfunc)pyg_flags_repr;
+    PyGFlags_Type.tp_repr = (reprfunc)pyg_flags_repr;
     PyGFlags_Type.tp_as_number = &pyg_flags_as_number;
     PyGFlags_Type.tp_str = (reprfunc)pyg_flags_repr;
     PyGFlags_Type.tp_flags = Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE;



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