style(sonar): fix cpp:S4962 (#4140)
This commit is contained in:
parent
dbe80d0f92
commit
fc7b9e30c8
20 changed files with 119 additions and 119 deletions
|
|
@ -191,8 +191,8 @@ namespace service_ctrl {
|
|||
}
|
||||
|
||||
private:
|
||||
SC_HANDLE scm_handle = NULL;
|
||||
SC_HANDLE service_handle = NULL;
|
||||
SC_HANDLE scm_handle = nullptr;
|
||||
SC_HANDLE service_handle = nullptr;
|
||||
};
|
||||
|
||||
bool is_service_running() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue