style cleanup: indent/whitespace

This commit is contained in:
Campbell Barton
2013-08-19 01:48:44 +00:00
parent 2060bb114a
commit 47c23750e8
7 changed files with 41 additions and 46 deletions

View File

@@ -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;