From f86c965d7f22b1a9b633ac3039e32327030822f3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 8 Aug 2018 11:49:51 +1000 Subject: Cleanup: use conforming header guard --- source/blender/compositor/operations/COM_MaskOperation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/compositor/operations/COM_MaskOperation.h') diff --git a/source/blender/compositor/operations/COM_MaskOperation.h b/source/blender/compositor/operations/COM_MaskOperation.h index 522b873e167..a586a91682e 100644 --- a/source/blender/compositor/operations/COM_MaskOperation.h +++ b/source/blender/compositor/operations/COM_MaskOperation.h @@ -21,8 +21,8 @@ * Sergey Sharybin */ -#ifndef _COM_MaskOperation_h -#define _COM_MaskOperation_h +#ifndef __COM_MASKOPERATION_H__ +#define __COM_MASKOPERATION_H__ #include "COM_NodeOperation.h" -- cgit v1.2.3