diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-02-24 00:50:06 +0800 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2011-06-09 17:20:06 +0800 |
commit | 1c1d3aeebb5a8df81af66cf89df5183edd941fa1 (patch) | |
tree | 8cedecf2c00e54b485a3e00a20198d661e8c2af6 /src | |
parent | 69f9dbdb487ac77e506aca37706141fbcccffccf (diff) | |
download | gsoc2013-empathy-1c1d3aeebb5a8df81af66cf89df5183edd941fa1.tar gsoc2013-empathy-1c1d3aeebb5a8df81af66cf89df5183edd941fa1.tar.gz gsoc2013-empathy-1c1d3aeebb5a8df81af66cf89df5183edd941fa1.tar.bz2 gsoc2013-empathy-1c1d3aeebb5a8df81af66cf89df5183edd941fa1.tar.lz gsoc2013-empathy-1c1d3aeebb5a8df81af66cf89df5183edd941fa1.tar.xz gsoc2013-empathy-1c1d3aeebb5a8df81af66cf89df5183edd941fa1.tar.zst gsoc2013-empathy-1c1d3aeebb5a8df81af66cf89df5183edd941fa1.zip |
Trivial coding style fix (>80 chars)
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-event-manager.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c index 4e156cca7..5ca2c4f1a 100644 --- a/src/empathy-event-manager.c +++ b/src/empathy-event-manager.c @@ -1057,7 +1057,8 @@ approve_channels (TpSimpleApprover *approver, else if (channel_type == TP_IFACE_QUARK_CHANNEL_TYPE_STREAMED_MEDIA) { EmpathyContact *contact; - EmpathyTpStreamedMedia *call = empathy_tp_streamed_media_new (account, channel); + EmpathyTpStreamedMedia *call = empathy_tp_streamed_media_new (account, + channel); approval->handler_instance = G_OBJECT (call); |