summaryrefslogtreecommitdiff
path: root/src/idle-connection.h
diff options
context:
space:
mode:
authorOlli Salli <olli.salli@collabora.co.uk>2008-01-16 16:23:19 +0000
committerOlli Salli <olli.salli@collabora.co.uk>2008-01-16 16:23:19 +0000
commitfb535cd02fb8baeeb8d0dec46dfe19ce0b87a759 (patch)
tree6c1e1e4345460955aab2247c660a06bf2e5a5cf3 /src/idle-connection.h
parent5f954c012af01becad485a8031985c2e2c294582 (diff)
downloadtelepathy-idle-fb535cd02fb8baeeb8d0dec46dfe19ce0b87a759.tar.gz
Still more coding style unifications, now there should be quite a few less function declarations and calls with a space between the function name and the opening paren.
20080116162319-9db4d-8fe36cffc8d4ae36ce744b987a657771b32c98ed.gz
Diffstat (limited to 'src/idle-connection.h')
-rw-r--r--src/idle-connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idle-connection.h b/src/idle-connection.h
index eb91525..718bdb1 100644
--- a/src/idle-connection.h
+++ b/src/idle-connection.h
@@ -57,7 +57,7 @@ GType idle_connection_get_type(void);
#define IDLE_IS_CONNECTION_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass), IDLE_TYPE_CONNECTION))
#define IDLE_CONNECTION_GET_CLASS(obj) \
- (G_TYPE_INSTANCE_GET_CLASS ((obj), IDLE_TYPE_CONNECTION, IdleConnectionClass))
+ (G_TYPE_INSTANCE_GET_CLASS((obj), IDLE_TYPE_CONNECTION, IdleConnectionClass))
void idle_connection_canon_nick_receive(IdleConnection *conn, TpHandle handle, const gchar *canon_nick);
void idle_connection_emit_queued_aliases_changed(IdleConnection *conn);