From e77ee5d5d38ad95bce550db62bf4105f43cf88c6 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 2 Jan 2010 22:46:23 -0600 Subject: Coding style and whitespace cleanup. --- smime/lib/e-asn1-object.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'smime/lib/e-asn1-object.c') diff --git a/smime/lib/e-asn1-object.c b/smime/lib/e-asn1-object.c index e8c51b6a24..7f69802ab6 100644 --- a/smime/lib/e-asn1-object.c +++ b/smime/lib/e-asn1-object.c @@ -122,7 +122,8 @@ e_asn1_object_get_type (void) (GInstanceInitFunc) e_asn1_object_init, }; - asn1_object_type = g_type_register_static (PARENT_TYPE, "EASN1Object", &asn1_object_info, 0); + asn1_object_type = g_type_register_static ( + PARENT_TYPE, "EASN1Object", &asn1_object_info, 0); } return asn1_object_type; -- cgit v1.2.3