minor code formatting fix

This commit is contained in:
Mamadou Babaei
2025-06-04 02:36:20 +02:00
parent 126d58d88f
commit eb312697a9
@@ -240,7 +240,7 @@ void USGBackend::Deinitialize()
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!");
}