remove blank lines at EOF
diff --git a/print-udp.c b/print-udp.c
index b1f4660..3b32990 100644
--- a/print-udp.c
+++ b/print-udp.c
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.109 2002-09-05 21:25:50 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.110 2002-09-10 01:45:33 itojun Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -670,9 +670,3 @@
 	} else
 		(void)printf("udp %u", (u_int32_t)(ulen - sizeof(*up)));
 }
-
-
-
-
-
-