This is an automated email from the ASF dual-hosted git repository. markt 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 5a2ee27 Fix indent 5a2ee27 is described below commit 5a2ee27e413fa4c2dee313ed8a8332f32616c343 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jan 13 22:20:50 2025 +0000 Fix indent --- src/native/windows/apps/prunmgr/prunmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/windows/apps/prunmgr/prunmgr.c b/src/native/windows/apps/prunmgr/prunmgr.c index d1fbb55..329ddea 100644 --- a/src/native/windows/apps/prunmgr/prunmgr.c +++ b/src/native/windows/apps/prunmgr/prunmgr.c @@ -316,7 +316,7 @@ BOOL __generalPropertySave(HWND hDlg) bDelayedStart = TRUE; } else if (i == 1) - dwStartType = SERVICE_AUTO_START; + dwStartType = SERVICE_AUTO_START; else if (i == 2) dwStartType = SERVICE_DEMAND_START; else if (i == 3)