mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
formatting cleanup
This commit is contained in:
parent
0cc7ed6d55
commit
4954adb7c1
1 changed files with 2 additions and 2 deletions
|
|
@ -293,13 +293,13 @@ pblock_get_param_class( int param )
|
|||
static void
|
||||
pblock_lock( Slapi_PBlock *pb )
|
||||
{
|
||||
ldap_pvt_thread_mutex_lock(&pb->pb_mutex);
|
||||
ldap_pvt_thread_mutex_lock( &pb->pb_mutex );
|
||||
}
|
||||
|
||||
static void
|
||||
pblock_unlock( Slapi_PBlock *pb )
|
||||
{
|
||||
ldap_pvt_thread_mutex_unlock(&pb->pb_mutex);
|
||||
ldap_pvt_thread_mutex_unlock( &pb->pb_mutex );
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue