From 48a8d297d1fe721f7a4657d0b84df98fe041f4fa Mon Sep 17 00:00:00 2001
From: Bob Lantz <rlantz@cs.stanford.edu>
Date: Thu, 4 Mar 2010 16:52:29 -0800
Subject: [PATCH] Removed blank line.

---
 examples/udpbwtest.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/udpbwtest.c b/examples/udpbwtest.c
index 13af68b8..f080cf34 100644
--- a/examples/udpbwtest.c
+++ b/examples/udpbwtest.c
@@ -74,7 +74,6 @@ ssize_t recvBytes( int sock, char *inbuf, size_t bufsize,
    return len;
 }
 
-
 int readable( int fd ) {
    /* Poll a single file descriptor for reading */
    struct pollfd fds = { fd, POLLIN, POLLIN };
-- 
GitLab