Remove some pointless spaces violating the coding style
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 17 Aug 2010 14:46:52 +0000 (16:46 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 17 Aug 2010 14:46:52 +0000 (16:46 +0200)
gdhcp/common.h

index ade49cd..5b6fe58 100644 (file)
@@ -165,9 +165,9 @@ void dhcp_init_header(struct dhcp_packet *packet, char type);
 int dhcp_send_raw_packet(struct dhcp_packet *dhcp_pkt,
                        uint32_t source_ip, int source_port,
                        uint32_t dest_ip, int dest_port,
-                       const uint8_t *dest_arp, int ifindex) ;
+                       const uint8_t *dest_arp, int ifindex);
 int dhcp_send_kernel_packet(struct dhcp_packet *dhcp_pkt,
                        uint32_t source_ip, int source_port,
-                       uint32_t dest_ip, int dest_port) ;
+                       uint32_t dest_ip, int dest_port);
 int dhcp_l3_socket(int port, const char *interface);
 int dhcp_recv_l3_packet(struct dhcp_packet *packet, int fd);