Commit f31af312 authored by Vasil Dimov's avatar Vasil Dimov

Fix coding style

parent bb8a7e66
...@@ -359,7 +359,7 @@ pfs_mutex_free_func( ...@@ -359,7 +359,7 @@ pfs_mutex_free_func(
{ {
if (UNIV_LIKELY(PSI_server && mutex->pfs_psi)) { if (UNIV_LIKELY(PSI_server && mutex->pfs_psi)) {
PSI_server->destroy_mutex(mutex->pfs_psi); PSI_server->destroy_mutex(mutex->pfs_psi);
mutex->pfs_psi= NULL; mutex->pfs_psi = NULL;
} }
mutex_free_func(mutex); 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