Remove trailing whitespace.  Update copyright to include 2004.
diff --git a/networking/udhcp/packet.h b/networking/udhcp/packet.h
index 22c4d09..f5859e8 100644
--- a/networking/udhcp/packet.h
+++ b/networking/udhcp/packet.h
@@ -20,7 +20,7 @@
 	uint8_t sname[64];
 	uint8_t file[128];
 	uint32_t cookie;
-	uint8_t options[308]; /* 312 - cookie */ 
+	uint8_t options[308]; /* 312 - cookie */
 };
 
 struct udp_dhcp_packet {