Skip to content

Commit 60b0087

Browse files
author
takashi
committed
style fix, no functional change.
git-svn-id: http://svn.apache.org/repos/asf/httpd/httpd/trunk@1602544 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6221c69 commit 60b0087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/mpm/event/event.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@ static void * APR_THREAD_FUNC listener_thread(apr_thread_t * thd, void *dummy)
19741974
timer_event_t *te;
19751975
int i = 0;
19761976
socket_callback_baton_t *baton = (socket_callback_baton_t *) pt->baton;
1977-
if(baton->cancel_event){
1977+
if (baton->cancel_event) {
19781978
baton->cancel_event->canceled = 1;
19791979
}
19801980

0 commit comments

Comments
 (0)