styling
authorhallski <hallski>
Wed, 31 May 2006 21:05:11 +0000
changeset 148 255733936c01
parent 147 f4fe28b6c454
child 149 54e67338c784
styling
loudmouth/lm-socket.c
loudmouth/lm-socket.h
--- a/loudmouth/lm-socket.c	Sat May 27 17:40:24 2006 +0000
+++ b/loudmouth/lm-socket.c	Wed May 31 21:05:11 2006 +0000
@@ -42,24 +42,24 @@
 
 
 LmSock *   lm_sock_new               (LmSockFuncs  funcs,
- 									  const gchar *host,
-									  guint        port);
+				      const gchar *host,
+				      guint        port);
 void       lm_sock_open              (LmSock      *sock);									
 
 int        lm_sock_get_fd            (LmSock   *sock);
 gboolean   lm_sock_get_is_blocking   (LmSock   *sock);
 void       lm_sock_set_is_blocking   (LmSock   *sock,
-								      gboolean  is_block);
+				      gboolean  is_block);
 int        lm_sock_write             (LmSock   *sock,
-						              gsize     size,
-						 		      gchar    *buf,
-						 		      GError  **error);
+				      gsize     size,
+				      gchar    *buf,
+				      GError  **error);
 int        lm_sock_read              (LmSock   *sock,
-						 		      gsize     size,
-						 		      gchar    *buf,
-						 		      GError  **error);
+				      gsize     size,
+				      gchar    *buf,
+				      GError  **error);
 gboolean   lm_sock_close             (LmSock   *sock,
-								      GError  **error);
+				      GError  **error);
 LmSock *
 lm_sock_ref (LmSock *sock)
 {
--- a/loudmouth/lm-socket.h	Sat May 27 17:40:24 2006 +0000
+++ b/loudmouth/lm-socket.h	Wed May 31 21:05:11 2006 +0000
@@ -39,25 +39,25 @@
 } LmSockState;
 
 LmSock *   lm_sock_new               (LmSockFuncs  funcs,
- 									  const gchar *host,
-									  guint        port);
+				      const gchar *host,
+				      guint        port);
 void       lm_sock_open              (LmSock      *sock);									
 
 int        lm_sock_get_fd            (LmSock   *sock);
 gboolean   lm_sock_get_is_blocking   (LmSock   *sock);
 void       lm_sock_set_is_blocking   (LmSock   *sock,
-								      gboolean  is_block);
+				      gboolean  is_block);
 int        lm_sock_write             (LmSock   *sock,
-						              gsize     size,
-						 		      gchar    *buf,
-						 		      GError  **error);
+				      gsize     size,
+				      gchar    *buf,
+				      GError  **error);
 int        lm_sock_read              (LmSock   *sock,
-						 		      gsize     size,
-						 		      gchar    *buf,
-						 		      GError  **error);
+				      gsize     size,
+				      gchar    *buf,
+				      GError  **error);
 gboolean   lm_sock_close             (LmSock   *sock,
-								      GError  **error);
+				      GError  **error);
 LmSock *   lm_sock_ref               (LmSock   *sock);
 void       lm_sock_unref             (LmSock   *sock);
 
-#endif /* __LM_SOCKET_H__ */
\ No newline at end of file
+#endif /* __LM_SOCKET_H__ */