Fixed some spaces
authorMikael Hallendal <micke@imendio.com>
Sun, 13 Jul 2008 23:54:50 +0200
changeset 456 56cc6a7b0dc7
parent 455 d42ef653a60c
child 457 9eeae02afc18
Fixed some spaces
loudmouth/lm-resolver.c
--- a/loudmouth/lm-resolver.c	Sun Jul 13 23:50:23 2008 +0200
+++ b/loudmouth/lm-resolver.c	Sun Jul 13 23:54:50 2008 +0200
@@ -31,7 +31,7 @@
         gpointer            user_data;
 
         /* Properties */
-        LmResolverType      type;                
+        LmResolverType      type;
         gchar              *host;
         gchar              *domain;
         gchar              *srv;
@@ -115,7 +115,7 @@
 			      NULL, NULL,
 			      lm_marshal_VOID__INT,
 			      G_TYPE_NONE, 
-			      1, G_TYPE_INT);
+                              1, G_TYPE_INT);
 	
 	g_type_class_add_private (object_class, sizeof (LmResolverPriv));
 }