summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-03-23 01:08:31 +0000
committerSteve Huston <shuston@riverace.com>1999-03-23 01:08:31 +0000
commit9c6fe7360730c346f9c61e149ab30071feff30ec (patch)
tree6a54c94871e8cf2dedd2c236de42398b6f201cf6 /ace
parent174660f31cc52e7f1c0c5d3671c56b868df4c7b3 (diff)
downloadATCD-9c6fe7360730c346f9c61e149ab30071feff30ec.tar.gz
Removed tabs and trailing spaces.
Diffstat (limited to 'ace')
-rw-r--r--ace/NT_Service.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/NT_Service.cpp b/ace/NT_Service.cpp
index 385589d5465..09e77617cc1 100644
--- a/ace/NT_Service.cpp
+++ b/ace/NT_Service.cpp
@@ -173,7 +173,7 @@ TCHAR this_exe[MAXPATHLEN];
if (GetModuleFileName(0, this_exe, sizeof(this_exe)) == 0)
return -1;
exe_path = this_exe;
- }
+ }
SC_HANDLE sc_mgr = OpenSCManager(0, 0, SC_MANAGER_ALL_ACCESS);
if (sc_mgr == 0)
@@ -407,8 +407,8 @@ ACE_NT_Service::test_access (DWORD desired_access)
CloseServiceHandle(sc_mgr);
if (handle != 0)
{
- status = 0;
- CloseServiceHandle (handle);
+ status = 0;
+ CloseServiceHandle (handle);
}
}