From 7c9f7452f4fd775ff80dbdfc27a6bfa07a1e8fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 18 Jul 2018 16:24:33 +0200 Subject: Style: Format code with clang-format 6.0.1 --- core/dvector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/dvector.h') diff --git a/core/dvector.h b/core/dvector.h index c0190fb9e3..e03a755e6c 100644 --- a/core/dvector.h +++ b/core/dvector.h @@ -150,7 +150,7 @@ class PoolVector { } if (old_alloc->refcount.unref() == true) { - //this should never happen but.. + //this should never happen but.. #ifdef DEBUG_ENABLED MemoryPool::alloc_mutex->lock(); -- cgit v1.2.3