aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-03-23 22:51:27 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-03-23 23:12:07 +0800
commit213cdb60921d87364db80d4b7f645d4fd8c5f65b (patch)
tree060186839fa71a2a0fafbf1ffe3a152876932abd
parent3fcdbfb8bf8ccf9b510e977ad8847dd0639def4b (diff)
downloadgsoc2013-empathy-213cdb60921d87364db80d4b7f645d4fd8c5f65b.tar
gsoc2013-empathy-213cdb60921d87364db80d4b7f645d4fd8c5f65b.tar.gz
gsoc2013-empathy-213cdb60921d87364db80d4b7f645d4fd8c5f65b.tar.bz2
gsoc2013-empathy-213cdb60921d87364db80d4b7f645d4fd8c5f65b.tar.lz
gsoc2013-empathy-213cdb60921d87364db80d4b7f645d4fd8c5f65b.tar.xz
gsoc2013-empathy-213cdb60921d87364db80d4b7f645d4fd8c5f65b.tar.zst
gsoc2013-empathy-213cdb60921d87364db80d4b7f645d4fd8c5f65b.zip
Fix indentation
-rw-r--r--src/empathy-status-icon.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c
index 0bfc6630c..a4ca21300 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