From 9c6df9cf3f30d6da6418a051eec221b836277c97 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 7 Jul 2006 21:23:12 +0000 Subject: indentation --- gobject/pygtype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gobject') 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; -- cgit