diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-03-23 22:51:27 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-03-23 23:12:07 +0800 |
commit | 213cdb60921d87364db80d4b7f645d4fd8c5f65b (patch) | |
tree | 060186839fa71a2a0fafbf1ffe3a152876932abd /src | |
parent | 3fcdbfb8bf8ccf9b510e977ad8847dd0639def4b (diff) | |
download | gsoc2013-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
Diffstat (limited to 'src')
-rw-r--r-- | 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 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 |