summaryrefslogtreecommitdiff
path: root/gdhcp/common.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-08-17 16:46:52 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-08-17 16:46:52 +0200
commit5f06e7b159df42ceafafe9a7266148f658a91fad (patch)
tree8f2926c4209393904a201c9f5d7be4c21459c42e /gdhcp/common.h
parent9eae31e78eca2cc6be8315d659e670a58ea46f43 (diff)
downloadconnman-5f06e7b159df42ceafafe9a7266148f658a91fad.tar.gz
connman-5f06e7b159df42ceafafe9a7266148f658a91fad.tar.bz2
connman-5f06e7b159df42ceafafe9a7266148f658a91fad.zip
Remove some pointless spaces violating the coding style
Diffstat (limited to 'gdhcp/common.h')
-rw-r--r--gdhcp/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdhcp/common.h b/gdhcp/common.h
index ade49cd2..5b6fe581 100644
--- a/gdhcp/common.h
+++ b/gdhcp/common.h
@@ -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);