Standardize on the vi editing directives being on the first line.
diff --git a/networking/iproute.c b/networking/iproute.c
index ce58d62..62335a8 100644
--- a/networking/iproute.c
+++ b/networking/iproute.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
 /*
  * ip.c		"ip" utility frontend.
  *