From f5128a39fe6c7696c0808a94110585315369c90f Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Fri, 3 Apr 2026 13:58:19 +0100 Subject: [PATCH] Attempt to fix syntax that comfuse clang-format --- include/etl/type_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/etl/type_def.h b/include/etl/type_def.h index b01fc25a..2914ef0f 100644 --- a/include/etl/type_def.h +++ b/include/etl/type_def.h @@ -46,7 +46,7 @@ namespace etl #if ETL_USING_CPP11 #define ETL_TYPE_DEF_RETURN(T, TValue, TReturn) typename etl::enable_if::value, TReturn>::type #else - #define ETL_TYPE_DEF_ENABLE_IF_RETURN(T, TValue, ReturnType) ReturnType + #define ETL_TYPE_DEF_RETURN(T, TValue, ReturnType) ReturnType #endif //*************************************************************************