summaryrefslogtreecommitdiff
path: root/src/call-channel.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-11-04 17:40:37 +0000
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-12-07 18:58:05 +0000
commit8dc8c9853fecd17f5d372b722d9fc27bbfc2bf67 (patch)
treeed3458c32bb75aa9c2378e92afd3e96e1e4891d9 /src/call-channel.h
parentd63c7304160817ca81a00b79c8c081f345073779 (diff)
downloadtelepathy-gabble-8dc8c9853fecd17f5d372b722d9fc27bbfc2bf67.tar.gz
Tweak indentation
Diffstat (limited to 'src/call-channel.h')
-rw-r--r--src/call-channel.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/call-channel.h b/src/call-channel.h
index 7998ad1fc..a50117baa 100644
--- a/src/call-channel.h
+++ b/src/call-channel.h
@@ -47,15 +47,18 @@ GType gabble_call_channel_get_type (void);
#define GABBLE_TYPE_CALL_CHANNEL \
(gabble_call_channel_get_type ())
#define GABBLE_CALL_CHANNEL(obj) \
- (G_TYPE_CHECK_INSTANCE_CAST ((obj), GABBLE_TYPE_CALL_CHANNEL, GabbleCallChannel))
+ (G_TYPE_CHECK_INSTANCE_CAST ((obj), \
+ GABBLE_TYPE_CALL_CHANNEL, GabbleCallChannel))
#define GABBLE_CALL_CHANNEL_CLASS(klass) \
- (G_TYPE_CHECK_CLASS_CAST((klass), GABBLE_TYPE_CALL_CHANNEL, GabbleCallChannelClass))
+ (G_TYPE_CHECK_CLASS_CAST((klass), \
+ GABBLE_TYPE_CALL_CHANNEL, GabbleCallChannelClass))
#define GABBLE_IS_CALL_CHANNEL(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj), GABBLE_TYPE_CALL_CHANNEL))
#define GABBLE_IS_CALL_CHANNEL_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass), GABBLE_TYPE_CALL_CHANNEL))
#define GABBLE_CALL_CHANNEL_GET_CLASS(obj) \
- (G_TYPE_INSTANCE_GET_CLASS ((obj), GABBLE_TYPE_CALL_CHANNEL, GabbleCallChannelClass))
+ (G_TYPE_INSTANCE_GET_CLASS ((obj), \
+ GABBLE_TYPE_CALL_CHANNEL, GabbleCallChannelClass))
void gabble_call_channel_close (GabbleCallChannel *self);