Skip to content

Commit 8fc1401

Browse files
committed
format
1 parent 645f381 commit 8fc1401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/acl_test.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ void CL_CALLBACK acl_test_notify_print(const char *errinfo,
5555

5656
#define ACL_LOCKED(...) \
5757
do { \
58-
acl_mutex_wrapper.lock(); \
58+
acl_mutex_wrapper.lock(); \
5959
{ __VA_ARGS__; } \
60-
acl_mutex_wrapper.unlock(); \
60+
acl_mutex_wrapper.unlock(); \
6161
} while (0)
6262

6363
/* CAUTION. These are only used in self-tests.

0 commit comments

Comments
 (0)