aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-protocol-chooser.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-29 22:50:17 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-07-29 22:50:41 +0800
commit68cf4c663ae37ef031adfbe4afaecc218df235e6 (patch)
tree54970f4b6270fdc815d58d29967b6a0baebf036b /libempathy-gtk/empathy-protocol-chooser.c
parent4c97b5730fd6c27376c6e2079262038e87fdc6c9 (diff)
downloadgsoc2013-empathy-68cf4c663ae37ef031adfbe4afaecc218df235e6.tar
gsoc2013-empathy-68cf4c663ae37ef031adfbe4afaecc218df235e6.tar.gz
gsoc2013-empathy-68cf4c663ae37ef031adfbe4afaecc218df235e6.tar.bz2
gsoc2013-empathy-68cf4c663ae37ef031adfbe4afaecc218df235e6.tar.lz
gsoc2013-empathy-68cf4c663ae37ef031adfbe4afaecc218df235e6.tar.xz
gsoc2013-empathy-68cf4c663ae37ef031adfbe4afaecc218df235e6.tar.zst
gsoc2013-empathy-68cf4c663ae37ef031adfbe4afaecc218df235e6.zip
Fix some coding style issues
Diffstat (limited to 'libempathy-gtk/empathy-protocol-chooser.c')
-rw-r--r--libempathy-gtk/empathy-protocol-chooser.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-protocol-chooser.c b/libempathy-gtk/empathy-protocol-chooser.c
index c17dfc526..65f778ac4 100644
--- a/libempathy-gtk/empathy-protocol-chooser.c
+++ b/libempathy-gtk/empathy-protocol-chooser.c
@@ -163,7 +163,7 @@ protocol_choosers_cms_listed (TpConnectionManager * const *cms,
{
TpConnectionManager * const *iter;
- if (error !=NULL)
+ if (error != NULL)
{
DEBUG ("Failed to get connection managers: %s", error->message);
return;
@@ -181,7 +181,6 @@ protocol_chooser_constructed (GObject *object)
{
EmpathyProtocolChooser *protocol_chooser;
EmpathyProtocolChooserPriv *priv;
-
GtkCellRenderer *renderer;
TpDBusDaemon *dbus;
@@ -281,7 +280,8 @@ empathy_protocol_chooser_class_init (EmpathyProtocolChooserClass *klass)
*
* Return value: a pointer to the selected #TpConnectionManagerProtocol
*/
-TpConnectionManager *empathy_protocol_chooser_dup_selected (
+TpConnectionManager *
+empathy_protocol_chooser_dup_selected (
EmpathyProtocolChooser *protocol_chooser,
TpConnectionManagerProtocol **protocol)
{