diff options
-rw-r--r-- | libempathy/empathy-ft-factory.h | 5 |
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 |