Code style fixes

This commit is contained in:
github-actions
2021-05-12 22:17:16 +00:00
parent 22f80797b8
commit 91e8f741ff

View File

@@ -70,7 +70,7 @@ int init_subsystems()
#endif // ZTS_ENABLE_CUSTOM_SIGNAL_HANDLERS
if (! zts_service) {
#if defined(__WINDOWS__)
WSAStartup(MAKEWORD(2, 2), &wsaData);
WSAStartup(MAKEWORD(2, 2), &wsaData);
#endif
zts_service = new NodeService();
zts_service->setUserEventSystem(zts_events);