You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/05/14 00:42:27 UTC

[commons-daemon] branch master updated: Match formatting.

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

ggregory 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 6d24def  Match formatting.
6d24def is described below

commit 6d24defa1d720441e57bf24b7775ac9deab898d9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed May 13 20:42:23 2020 -0400

    Match formatting.
---
 src/native/windows/apps/prunsrv/prunsrv.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/native/windows/apps/prunsrv/prunsrv.c b/src/native/windows/apps/prunsrv/prunsrv.c
index e6b33d5..88c9102 100644
--- a/src/native/windows/apps/prunsrv/prunsrv.c
+++ b/src/native/windows/apps/prunsrv/prunsrv.c
@@ -598,10 +598,10 @@ static BOOL saveConfiguration(LPAPXCMDLINE lpCmdline)
                                _options[i].dwValue);
         else if (_options[i].dwType & APXCMDOPT_MSZ)
             apxRegistrySetMzStrW(hRegistry, APXREG_PARAMSOFTWARE,
-                                 _options[i].szSubkey,
-                                 _options[i].szRegistry,
-                                 _options[i].szValue,
-                                 _options[i].dwValue);
+                               _options[i].szSubkey,
+                               _options[i].szRegistry,
+                               _options[i].szValue,
+                               _options[i].dwValue);
         ++i;
     }
     apxCloseHandle(hRegistry);