lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit f31af312 authored by Vasil Dimov's avatar Vasil Dimov

Fix coding style

parent bb8a7e66
......@@ -359,7 +359,7 @@ pfs_mutex_free_func(
{
if (UNIV_LIKELY(PSI_server && mutex->pfs_psi)) {
PSI_server->destroy_mutex(mutex->pfs_psi);
mutex->pfs_psi= NULL;
mutex->pfs_psi = NULL;
}
mutex_free_func(mutex);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment