]> git.sur5r.net Git - openldap/commitdiff
Make syntax highlighting/folding happier
authorOndřej Kuzník <ondra@openldap.org>
Thu, 10 May 2018 10:58:21 +0000 (11:58 +0100)
committerOndřej Kuzník <ondra@openldap.org>
Thu, 10 May 2018 10:58:21 +0000 (11:58 +0100)
servers/slapd/daemon.c

index cac96da3a0986602d669965c3e7be3a1b6c588e6..066c8529ff03c11aeb9cd01b09c809a839274caf 100644 (file)
@@ -2977,10 +2977,11 @@ loop:
                                }
 
 #ifdef HAVE_KQUEUE
-                               if ( SLAP_EVENT_IS_WRITE( tid, i ) ) {
+                               if ( SLAP_EVENT_IS_WRITE( tid, i ) )
 #else
-                               if ( SLAP_EVENT_IS_WRITE( i ) ) {
+                               if ( SLAP_EVENT_IS_WRITE( i ) )
 #endif  /* HAVE_KQUEUE */
+                               {
                                        Debug( LDAP_DEBUG_CONNS,
                                                "daemon: write active on %d\n",
                                                fd, 0, 0 );
@@ -3000,10 +3001,11 @@ loop:
                                }
                                /* If event is a read */
 #ifdef HAVE_KQUEUE
-                               if ( SLAP_EVENT_IS_READ( tid, i )) {
+                               if ( SLAP_EVENT_IS_READ( tid, i ))
 #else
-                               if ( SLAP_EVENT_IS_READ( i )) {
+                               if ( SLAP_EVENT_IS_READ( i ))
 #endif /* HAVE_KQUEUE */
+                               {
                                        r = 1;
                                        Debug( LDAP_DEBUG_CONNS,
                                                "daemon: read active on %d\n",