summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-07-07 21:23:12 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-07-07 21:23:12 +0000
commit9c6df9cf3f30d6da6418a051eec221b836277c97 (patch)
tree2b99c86cf65faefbd93f39a9281351823fc43dfc
parent8d2b365efd7406b389ccdc98c526b675860194ce (diff)
downloadpygobject-9c6df9cf3f30d6da6418a051eec221b836277c97.tar.gz
pygobject-9c6df9cf3f30d6da6418a051eec221b836277c97.tar.xz
pygobject-9c6df9cf3f30d6da6418a051eec221b836277c97.zip
indentation
-rw-r--r--gobject/pygtype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygtype.c b/gobject/pygtype.c
index 65de546..3315b29 100644
--- a/gobject/pygtype.c
+++ b/gobject/pygtype.c
@@ -577,7 +577,7 @@ pyg_type_lookup(GType type)
void
pyg_register_gtype_custom(GType gtype,
- fromvaluefunc from_func,
+ fromvaluefunc from_func,
tovaluefunc to_func)
{
PyGTypeMarshal *tm;