minor code formatting fix

This commit is contained in:
Mamadou Babaei
2025-06-03 07:14:53 +02:00
parent 769559f535
commit 502c10e51e
@@ -240,7 +240,7 @@ void USGBackend::Deinitialize()
SGLOG_ERROR("Failed to uninitialize the bridge to the SenseGlove Backend!") SGLOG_ERROR("Failed to uninitialize the bridge to the SenseGlove Backend!")
} }
(void)Pimpl.Release(); (void) Pimpl.Release();
SGLOG("The SenseGlove Backend singleton has been successfully de-initialized!"); SGLOG("The SenseGlove Backend singleton has been successfully de-initialized!");
} }