[empathy/gnome-2-34] Fix indentation



commit 213cdb60921d87364db80d4b7f645d4fd8c5f65b
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Wed Mar 23 14:51:27 2011 +0000

    Fix indentation

 src/empathy-status-icon.c |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c
index 0bfc663..a4ca213 100644
--- a/src/empathy-status-icon.c
+++ b/src/empathy-status-icon.c
@@ -116,13 +116,12 @@ notification_approve_no_video_cb (NotifyNotification *notification,
 {
 	EmpathyStatusIconPriv *priv = GET_PRIV (icon);
 
-	if (priv->event)
-		{
-			tpy_call_channel_send_video (
-				TPY_CALL_CHANNEL (priv->event->handler_instance),
-				FALSE);
-			empathy_event_approve (priv->event);
-		}
+	if (priv->event) {
+		tpy_call_channel_send_video (
+			TPY_CALL_CHANNEL (priv->event->handler_instance),
+			FALSE);
+		empathy_event_approve (priv->event);
+	}
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]