From 76b6569b84f24f0d7a55341ccfaa152f31dc320b Mon Sep 17 00:00:00 2001 From: Pikachu Date: Thu, 20 Oct 2022 16:51:10 +0300 Subject: [PATCH] Update inc_common.h Fixed indentation. --- OpenCL/inc_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenCL/inc_common.h b/OpenCL/inc_common.h index 97762a80f..cb04a398a 100644 --- a/OpenCL/inc_common.h +++ b/OpenCL/inc_common.h @@ -147,7 +147,7 @@ #if defined IS_METAL #define KERN_ATTR_BASIC() _KERN_ATTR_BASIC(), KERN_ATTR_MAIN_PARAMS -#define KERN_ATTR_BASIC_ESALT(e) _KERN_ATTR_BASIC_ESALT(e), KERN_ATTR_MAIN_PARAMS +#define KERN_ATTR_BASIC_ESALT(e) _KERN_ATTR_BASIC_ESALT(e), KERN_ATTR_MAIN_PARAMS #define KERN_ATTR_BITSLICE() _KERN_ATTR_BITSLICE(), KERN_ATTR_MAIN_PARAMS #define KERN_ATTR_ESALT(e) _KERN_ATTR_ESALT(e), KERN_ATTR_MAIN_PARAMS #define KERN_ATTR_RULES() _KERN_ATTR_RULES(), KERN_ATTR_MAIN_PARAMS @@ -161,7 +161,7 @@ #define KERN_ATTR_TM _KERN_ATTR_TM, KERN_ATTR_MAIN_PARAMS #else // CUDA, HIP and OpenCL #define KERN_ATTR_BASIC() _KERN_ATTR_BASIC() -#define KERN_ATTR_BASIC_ESALT(e) _KERN_ATTR_BASIC_ESALT(e) +#define KERN_ATTR_BASIC_ESALT(e) _KERN_ATTR_BASIC_ESALT(e) #define KERN_ATTR_BITSLICE() _KERN_ATTR_BITSLICE() #define KERN_ATTR_ESALT(e) _KERN_ATTR_ESALT(e) #define KERN_ATTR_RULES() _KERN_ATTR_RULES()