Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolix29 committed Jan 13, 2025
1 parent 964ac4a commit d7b0407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/adaptive_mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class AdaptiveMutex {
void unlock() {
pthread_mutex_unlock(&mutex);
}

private:
pthread_mutex_t mutex = PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP;
};
Expand Down

0 comments on commit d7b0407

Please sign in to comment.