kill spaces before tabs
diff --git a/ip/ipaddress.c b/ip/ipaddress.c
index d52b453..14d1720 100644
--- a/ip/ipaddress.c
+++ b/ip/ipaddress.c
@@ -1277,9 +1277,9 @@
 static int ipaddr_modify(int cmd, int flags, int argc, char **argv)
 {
 	struct {
-		struct nlmsghdr 	n;
-		struct ifaddrmsg 	ifa;
-		char   			buf[256];
+		struct nlmsghdr	n;
+		struct ifaddrmsg	ifa;
+		char  			buf[256];
 	} req;
 	char  *d = NULL;
 	char  *l = NULL;