From f8db8a3faa30b71dca33ced38be16d3f93f43e8a Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Sun, 19 Mar 2017 00:36:26 +0100 Subject: Bring that Whole New World to the Old Continent too Applies the clang-format style to the 2.1 branch as done for master in 5dbf1809c6e3e905b94b8764e99491e608122261. --- core/dvector.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/dvector.cpp') diff --git a/core/dvector.cpp b/core/dvector.cpp index 7caa198c4..bde7c28ea 100644 --- a/core/dvector.cpp +++ b/core/dvector.cpp @@ -28,5 +28,4 @@ /*************************************************************************/ #include "dvector.h" -Mutex* dvector_lock=NULL; - +Mutex *dvector_lock = NULL; -- cgit v1.3.1