Format tidyup.
authorJeremy Allison <jra@samba.org>
Fri, 8 Aug 2003 23:09:09 +0000 (23:09 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 8 Aug 2003 23:09:09 +0000 (23:09 +0000)
Jeremy.
(This used to be commit 049e77d636c5abd0fdd8840c3c4c465708354ed7)

source3/rpc_server/srv_pipe.c

index 594cb3a9ae41b8411f4a7db181dcc3ed03115d51..11a5c934de4543f533ef033a3ab423b63d1aa283 100644 (file)
@@ -878,10 +878,10 @@ BOOL api_pipe_bind_req(pipes_struct *p, prs_struct *rpc_in_p)
                        }
                 }
 
-                               if (i == rpc_lookup_size) {
-                                       DEBUG(0, ("module %s doesn't provide functions for pipe %s!\n", p->name, p->name));
-                                       return False;
-                               }
+               if (i == rpc_lookup_size) {
+                       DEBUG(0, ("module %s doesn't provide functions for pipe %s!\n", p->name, p->name));
+                       return False;
+               }
        }
 
        /* decode the bind request */