Author: markt
Date: Fri Oct 20 20:16:32 2017
New Revision: 1812785

URL: http://svn.apache.org/viewvc?rev=1812785&view=rev
Log:
Fix compilation errors introduced in r1801253
Replace tabs with 4 spaces.

Modified:
    commons/proper/daemon/trunk/src/native/windows/src/rprocess.c

Modified: commons/proper/daemon/trunk/src/native/windows/src/rprocess.c
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/windows/src/rprocess.c?rev=1812785&r1=1812784&r2=1812785&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/windows/src/rprocess.c (original)
+++ commons/proper/daemon/trunk/src/native/windows/src/rprocess.c Fri Oct 20 
20:16:32 2017
@@ -262,9 +262,9 @@ static DWORD __apxProcessWrite(LPAPXPROC
 /** Helper functions */
 static BOOL __apxProcCreateChildPipes(LPAPXPROCESS lpProc)
 {
-       apxLogWrite(APXLOG_MARK_DEBUG "Commons Daemon procrun 
__apxProcCreateChildPipes()");
+    BOOL   rv = FALSE;
 
-       BOOL   rv = FALSE;
+    apxLogWrite(APXLOG_MARK_DEBUG "Commons Daemon procrun 
__apxProcCreateChildPipes()");
 
     if (!CreatePipe(&(lpProc->hChildStdInp),
                     &(lpProc->hChildInpWr),


Reply via email to