]> git.saurik.com Git - redis.git/commitdiff
Whitespace
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Mon, 14 May 2012 18:06:34 +0000 (11:06 -0700)
committerantirez <antirez@gmail.com>
Tue, 15 May 2012 09:19:01 +0000 (11:19 +0200)
src/ae_evport.c

index c4fc9a40b0ecee20efdf7ada6658cd37c2812420..5b6602d0276332132902beb8bb7afcc0672fc511 100644 (file)
@@ -65,7 +65,7 @@ static int aeApiCreate(aeEventLoop *eventLoop) {
     }
 
     eventLoop->apidata = state;
-    return 0;    
+    return 0;
 }
 
 static void aeApiFree(aeEventLoop *eventLoop) {
@@ -247,7 +247,7 @@ static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) {
     }
 
     /*
-     * port_getn can return with errno == ETIME having returned some events (!). 
+     * port_getn can return with errno == ETIME having returned some events (!).
      * So if we get ETIME, we check nevents, too.
      */
     nevents = 1;