aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-04-29 23:45:48 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:47:35 +0800
commit3c048a484986d560d1a8468b4a238b7c7fc0f4f7 (patch)
treee581c44595d89fae08207d34a19747281efb767d /libempathy
parent24b86703ef5fa0e181108af76bb8ba54efb7cccb (diff)
downloadgsoc2013-empathy-3c048a484986d560d1a8468b4a238b7c7fc0f4f7.tar
gsoc2013-empathy-3c048a484986d560d1a8468b4a238b7c7fc0f4f7.tar.gz
gsoc2013-empathy-3c048a484986d560d1a8468b4a238b7c7fc0f4f7.tar.bz2
gsoc2013-empathy-3c048a484986d560d1a8468b4a238b7c7fc0f4f7.tar.lz
gsoc2013-empathy-3c048a484986d560d1a8468b4a238b7c7fc0f4f7.tar.xz
gsoc2013-empathy-3c048a484986d560d1a8468b4a238b7c7fc0f4f7.tar.zst
gsoc2013-empathy-3c048a484986d560d1a8468b4a238b7c7fc0f4f7.zip
Fix indentation of function prototype
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-ft-factory.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libempathy/empathy-ft-factory.h b/libempathy/empathy-ft-factory.h
index f482855a3..1adae4af1 100644
--- a/libempathy/empathy-ft-factory.h
+++ b/libempathy/empathy-ft-factory.h
@@ -63,9 +63,8 @@ void empathy_ft_factory_new_transfer_outgoing (EmpathyFTFactory *factory,
void empathy_ft_factory_claim_channel (EmpathyFTFactory *factory,
EmpathyDispatchOperation *operation);
void empathy_ft_factory_set_destination_for_incoming_handler
- (EmpathyFTFactory *factory,
- EmpathyFTHandler *handler,
- GFile *destination);
+ (EmpathyFTFactory *factory, EmpathyFTHandler *handler,
+ GFile *destination);
G_END_DECLS