kill spaces before tabs
diff --git a/ip/ipneigh.c b/ip/ipneigh.c
index d76e035..71a4100 100644
--- a/ip/ipneigh.c
+++ b/ip/ipneigh.c
@@ -95,9 +95,9 @@
 static int ipneigh_modify(int cmd, int flags, int argc, char **argv)
 {
 	struct {
-		struct nlmsghdr 	n;
-		struct ndmsg 		ndm;
-		char   			buf[256];
+		struct nlmsghdr	n;
+		struct ndmsg		ndm;
+		char  			buf[256];
 	} req;
 	char  *d = NULL;
 	int dst_ok = 0;