summaryrefslogtreecommitdiffstats
path: root/net.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-08-22 09:48:25 +0000
committerRoy Marples <roy@marples.name>2008-08-22 09:48:25 +0000
commit5d5323f08441aeae08effe0a9af7d4ea6566aa1b (patch)
treecda2f26688de074c6fb035298954e512dbd39a36 /net.c
parent38d94a32010793579241234b261d968c4b8b1255 (diff)
downloaddhcpcd-5d5323f08441aeae08effe0a9af7d4ea6566aa1b.tar.xz
Style.
Diffstat (limited to 'net.c')
-rw-r--r--net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.c b/net.c
index 8217aa81..b9055738 100644
--- a/net.c
+++ b/net.c
@@ -81,7 +81,7 @@ inet_ntocidr(struct in_addr address)
}
int
-inet_cidrtoaddr (int cidr, struct in_addr *addr)
+inet_cidrtoaddr(int cidr, struct in_addr *addr)
{
int ocets;