style(sonar): fix cpp:S4962 (#4140)

This commit is contained in:
ReenigneArcher 2025-08-08 00:45:53 -04:00 committed by GitHub
commit fc7b9e30c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 119 additions and 119 deletions

View file

@ -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() {