]> git.0d.be Git - empathy.git/commitdiff
server-sasl-handler: shorten very long lines
authorJonny Lamb <jonnylamb@gnome.org>
Tue, 7 Dec 2010 11:11:34 +0000 (11:11 +0000)
committerJonny Lamb <jonnylamb@gnome.org>
Tue, 7 Dec 2010 11:11:34 +0000 (11:11 +0000)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
libempathy/empathy-server-sasl-handler.c

index 3e6591624695e07af94d788e45cf4ef2b36f789f..749311d4b714e91452f7cfc125546bf7e3818483 100644 (file)
@@ -190,8 +190,8 @@ empathy_server_sasl_handler_constructed (GObject *object)
   EmpathyServerSASLHandlerPriv *priv = EMPATHY_SERVER_SASL_HANDLER (object)->priv;
   GError *error = NULL;
 
-  tp_cli_channel_interface_sasl_authentication_connect_to_sasl_status_changed (priv->channel,
-      sasl_status_changed_cb, NULL, NULL, object, &error);
+  tp_cli_channel_interface_sasl_authentication_connect_to_sasl_status_changed (
+      priv->channel, sasl_status_changed_cb, NULL, NULL, object, &error);
 
   if (error != NULL)
     {
@@ -403,8 +403,8 @@ empathy_server_sasl_handler_provide_password (
   DEBUG ("Calling StartMechanismWithData with our password");
 
   tp_cli_channel_interface_sasl_authentication_call_start_mechanism_with_data (
-      priv->channel, -1, "X-TELEPATHY-PASSWORD", array, start_mechanism_with_data_cb,
-      NULL, NULL, G_OBJECT (handler));
+      priv->channel, -1, "X-TELEPATHY-PASSWORD", array,
+      start_mechanism_with_data_cb, NULL, NULL, G_OBJECT (handler));
 
   g_array_unref (array);