summaryrefslogtreecommitdiff
path: root/src/idle-server-connection.h
diff options
context:
space:
mode:
authorOlli Salli <olli.salli@collabora.co.uk>2007-12-27 20:02:51 +0000
committerOlli Salli <olli.salli@collabora.co.uk>2007-12-27 20:02:51 +0000
commit0a81e75a123eee5fb4f49d5f9fe7d0590d3571fb (patch)
tree45edb1df61439e65b2ed762bea541500456715a7 /src/idle-server-connection.h
parent929901419cdf62466ffeec49232a3daf4beb9187 (diff)
downloadtelepathy-idle-0a81e75a123eee5fb4f49d5f9fe7d0590d3571fb.tar.gz
Unify coding style part 1 (mostly bracing style)
20071227200251-9db4d-5f34b917f7042957c8d441c09d09bfe35619d47f.gz
Diffstat (limited to 'src/idle-server-connection.h')
-rw-r--r--src/idle-server-connection.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/idle-server-connection.h b/src/idle-server-connection.h
index 6e7e42c..f6619e3 100644
--- a/src/idle-server-connection.h
+++ b/src/idle-server-connection.h
@@ -28,13 +28,11 @@ G_BEGIN_DECLS
typedef struct _IdleServerConnection IdleServerConnection;
typedef struct _IdleServerConnectionClass IdleServerConnectionClass;
-struct _IdleServerConnection
-{
+struct _IdleServerConnection {
GObject parent;
};
-struct _IdleServerConnectionClass
-{
+struct _IdleServerConnectionClass {
GObjectClass parent;
};