]> granicus.if.org Git - libevent/commitdiff
Fix whitespace in evutil.c
authorNick Mathewson <nickm@torproject.org>
Sat, 8 May 2010 23:36:05 +0000 (19:36 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 8 May 2010 23:36:05 +0000 (19:36 -0400)
evutil.c

index a2476a50c8e3d9025c6a0f648ede5477af8a8290..177c137e3ce07cc4a917e46f7ed306386d93da2a 100644 (file)
--- a/evutil.c
+++ b/evutil.c
@@ -1070,7 +1070,7 @@ apply_socktype_protocol_hack(struct evutil_addrinfo *ai)
                ai->ai_protocol = IPPROTO_TCP;
                ai_new->ai_socktype = SOCK_DGRAM;
                ai_new->ai_protocol = IPPROTO_UDP;
-       
+
                ai_new->ai_next = ai->ai_next;
                ai->ai_next = ai_new;
        }
@@ -1165,7 +1165,7 @@ evutil_getaddrinfo(const char *nodename, const char *servname,
 
        if (need_socktype_protocol_hack()) {
                apply_socktype_protocol_hack(*res);
-       } 
+       }
        return err;
 #else
        int port=0, err;
@@ -1986,8 +1986,8 @@ evutil_sockaddr_is_loopback(const struct sockaddr *addr)
 }
 
 #define MAX_SECONDS_IN_MSEC_LONG \
-       (((LONG_MAX) - 999) / 1000) 
-                            
+       (((LONG_MAX) - 999) / 1000)
+
 long
 evutil_tv_to_msec(const struct timeval *tv)
 {