TAB police
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 @@
             /* 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)