Remove redundant spaces.
[tinc] / src / meta.c
index fa475df..bf6cc4c 100644 (file)
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: meta.c,v 1.1.2.29 2002/09/09 21:24:34 guus Exp $
+    $Id: meta.c,v 1.1.2.30 2002/09/09 22:32:39 guus Exp $
 */
 
 #include "config.h"
@@ -39,7 +39,7 @@
 #include "system.h"
 #include "protocol.h"
 
-int send_meta(connection_t * c, char *buffer, int length)
+int send_meta(connection_t *c, char *buffer, int length)
 {
        char *bufp;
        int outlen;
@@ -67,7 +67,7 @@ int send_meta(connection_t * c, char *buffer, int length)
        return 0;
 }
 
-void broadcast_meta(connection_t * from, char *buffer, int length)
+void broadcast_meta(connection_t *from, char *buffer, int length)
 {
        avl_node_t *node;
        connection_t *c;
@@ -82,7 +82,7 @@ void broadcast_meta(connection_t * from, char *buffer, int length)
        }
 }
 
-int receive_meta(connection_t * c)
+int receive_meta(connection_t *c)
 {
        int x, l = sizeof(x);
        int oldlen, i;