]> granicus.if.org Git - apache/commitdiff
style fix, no functional change.
authorTakashi Sato <takashi@apache.org>
Sat, 14 Jun 2014 02:49:35 +0000 (02:49 +0000)
committerTakashi Sato <takashi@apache.org>
Sat, 14 Jun 2014 02:49:35 +0000 (02:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1602544 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/event/event.c

index 531f84f74e0a958f32071965ddd7b1df2a40012e..601f1565cd2eb072df22dba022feeec566414675 100644 (file)
@@ -1974,7 +1974,7 @@ static void * APR_THREAD_FUNC listener_thread(apr_thread_t * thd, void *dummy)
                 timer_event_t *te; 
                 int i = 0;
                 socket_callback_baton_t *baton = (socket_callback_baton_t *) pt->baton;
-                if(baton->cancel_event){
+                if (baton->cancel_event) {
                     baton->cancel_event->canceled = 1;
                 }