From 0d3124f83bd18e420c3beb1b354c41b07c478882 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 28 Jul 2008 09:11:48 +0000 Subject: Remove unnecessary spacing svn path=/trunk/; revision=888 --- gobject/pygflags.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gobject') diff --git a/gobject/pygflags.c b/gobject/pygflags.c index 34b328f..1857bb3 100644 --- a/gobject/pygflags.c +++ b/gobject/pygflags.c @@ -470,10 +470,10 @@ static PyNumberMethods pyg_flags_as_number = { 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; -- cgit