diff options
| author | Roy Marples <roy@marples.name> | 2009-02-12 10:07:30 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-02-12 10:07:30 +0000 |
| commit | 35456091989ef70c3b5285d2c27867bc578639f3 (patch) | |
| tree | 9afd5056552983f8319bf6218e64e2183f4f40de /dhcpcd.h | |
| parent | 40dbcc878593552d31ecc4a1fcdf2f4672fd736b (diff) | |
| download | dhcpcd-35456091989ef70c3b5285d2c27867bc578639f3.tar.xz | |
Fix up some more formatting.
Diffstat (limited to 'dhcpcd.h')
| -rw-r--r-- | dhcpcd.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -77,8 +77,7 @@ struct if_state { struct in_addr fail; }; -struct interface -{ +struct interface { char name[IF_NAMESIZE]; struct if_state *state; |
