From 47c23750e8ec7107cc4e2613b91ba2b3567e8448 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 19 Aug 2013 01:48:44 +0000 Subject: style cleanup: indent/whitespace --- intern/opencolorio/ocio_impl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/opencolorio') diff --git a/intern/opencolorio/ocio_impl.cc b/intern/opencolorio/ocio_impl.cc index 05c29fd5854..9f490ea05ac 100644 --- a/intern/opencolorio/ocio_impl.cc +++ b/intern/opencolorio/ocio_impl.cc @@ -56,7 +56,7 @@ using namespace OCIO_NAMESPACE; #endif #define MEM_NEW(type) new(MEM_mallocN(sizeof(type), __func__)) type() -#define MEM_DELETE(what, type) if(what) { ((type*)(what))->~type(); MEM_freeN(what); } (void)0 +#define MEM_DELETE(what, type) if (what) { ((type*)(what))->~type(); MEM_freeN(what); } (void)0 static const int LUT3D_EDGE_SIZE = 32; -- cgit v1.2.3