summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-02-12 10:07:30 +0000
committerRoy Marples <roy@marples.name>2009-02-12 10:07:30 +0000
commit35456091989ef70c3b5285d2c27867bc578639f3 (patch)
tree9afd5056552983f8319bf6218e64e2183f4f40de /dhcpcd.h
parent40dbcc878593552d31ecc4a1fcdf2f4672fd736b (diff)
downloaddhcpcd-35456091989ef70c3b5285d2c27867bc578639f3.tar.xz
Fix up some more formatting.
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index 7c33b22c..83440691 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -77,8 +77,7 @@ struct if_state {
struct in_addr fail;
};
-struct interface
-{
+struct interface {
char name[IF_NAMESIZE];
struct if_state *state;