Standardize on the vi editing directives being on the first line.
diff --git a/networking/udhcp/clientpacket.h b/networking/udhcp/clientpacket.h
index 8e5441b..b9b9a66 100644
--- a/networking/udhcp/clientpacket.h
+++ b/networking/udhcp/clientpacket.h
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
 #ifndef _CLIENTPACKET_H
 #define _CLIENTPACKET_H