Minor style fixes
authorMikael Hallendal <micke@imendio.com>
Wed, 22 Oct 2008 22:45:23 +0200
changeset 541 9c315096fa5a
parent 540 72acfccdec86
child 542 e12391e422f2
Minor style fixes
loudmouth/lm-connection.c
loudmouth/lm-data-objects.h
--- a/loudmouth/lm-connection.c	Wed Oct 22 15:29:49 2008 +0200
+++ b/loudmouth/lm-connection.c	Wed Oct 22 22:45:23 2008 +0200
@@ -790,7 +790,7 @@
         /* stream is started multiple times, but we only want
          * one sasl mechanism */
         if (!connection->sasl) {
-            connection->sasl = lm_sasl_new(connection);
+            connection->sasl = lm_sasl_new (connection);
         }
 
         connection_possibly_register_starttls_handler (connection);
--- a/loudmouth/lm-data-objects.h	Wed Oct 22 15:29:49 2008 +0200
+++ b/loudmouth/lm-data-objects.h	Wed Oct 22 22:45:23 2008 +0200
@@ -47,4 +47,4 @@
 LmConnectParameters * lm_connect_parameters_ref        (LmConnectParameters *params);
 void                  lm_connect_parameters_unref      (LmConnectParameters *params);
 
-#endif /* __LM_DATA_OBJECT_H__ */
\ No newline at end of file
+#endif /* __LM_DATA_OBJECT_H__ */