[Telepathy-commits] [telepathy-salut/master] salut-direct-bytestream-manager.h: Coding style: the return type of the functions doesn't have to be on his own line

Alban Crequy alban.crequy at collabora.co.uk
Tue Nov 25 03:59:31 PST 2008


---
 src/salut-direct-bytestream-manager.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/salut-direct-bytestream-manager.h b/src/salut-direct-bytestream-manager.h
index 0f36f69..02b0d82 100644
--- a/src/salut-direct-bytestream-manager.h
+++ b/src/salut-direct-bytestream-manager.h
@@ -78,8 +78,7 @@ void salut_direct_bytestream_manager_stop_listen (
     SalutDirectBytestreamManager *self, gpointer id);
 
 /* To be used on the CM-receptor side, to make a new connection */
-GibberBytestreamIface *
-salut_direct_bytestream_manager_new_stream (SalutDirectBytestreamManager *self,
-    SalutContact *contact, int portnum);
+GibberBytestreamIface * salut_direct_bytestream_manager_new_stream (
+    SalutDirectBytestreamManager *self, SalutContact *contact, int portnum);
 
 #endif /* #ifndef __SALUT_DIRECT_BYTESTREAM_MANAGER_H__*/
-- 
1.5.6.5




More information about the Telepathy-commits mailing list