From 45f7f8a753bdd06d5ce2a0da8d7cb22c673be66a Mon Sep 17 00:00:00 2001 From: john30 Date: Tue, 29 Aug 2017 22:56:34 +0200 Subject: [PATCH] formatting --- src/lib/utils/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/utils/thread.h b/src/lib/utils/thread.h index 1c4a58a7..d8e0e833 100644 --- a/src/lib/utils/thread.h +++ b/src/lib/utils/thread.h @@ -164,7 +164,7 @@ class Mutex { */ virtual inline ~Mutex() { pthread_mutex_destroy(&m_mutex); - }; + } /** * Lock this mutex.