minor code formatting fix

This commit is contained in:
Mamadou Babaei
2025-06-04 02:23:58 +02:00
parent fb1ae5a3e9
commit 77d0b4858b
@@ -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!");
}