This is an automated email from the ASF dual-hosted git repository.

mturk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new f3053c6  TAB police
f3053c6 is described below

commit f3053c6013158a082cd77f4cbc83109f4bd1f800
Author: Mladen Turk <mt...@apache.org>
AuthorDate: Wed Mar 3 20:31:12 2021 +0100

    TAB police
---
 src/native/windows/apps/prunsrv/prunsrv.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/native/windows/apps/prunsrv/prunsrv.c 
b/src/native/windows/apps/prunsrv/prunsrv.c
index 3590922..86fb9a0 100644
--- a/src/native/windows/apps/prunsrv/prunsrv.c
+++ b/src/native/windows/apps/prunsrv/prunsrv.c
@@ -888,8 +888,8 @@ static BOOL docmdStopService(LPAPXCMDLINE lpCmdline)
             /* Wait for the timeout if any */
             int  timeout     = SO_STOPTIMEOUT;
             if (timeout) {
-               int i;
-                for (i=0; i<timeout; i++) {
+                int i;
+                for (i = 0; i < timeout; i++) {
                     rv = apxServiceCheckStop(hService);
                     apxLogWrite(APXLOG_MARK_DEBUG "apxServiceCheck returns 
%d.", rv);
                     if (rv)

Reply via email to