From 248c5779d08ba047dd6da59116595e9ab7417f4f Mon Sep 17 00:00:00 2001 From: tilz0R Date: Tue, 18 Jun 2019 18:06:42 +0200 Subject: [PATCH] Correct indent --- src/include/lwmem/lwmem_config_default.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwmem/lwmem_config_default.h b/src/include/lwmem/lwmem_config_default.h index 756cf8a..08306be 100644 --- a/src/include/lwmem/lwmem_config_default.h +++ b/src/include/lwmem/lwmem_config_default.h @@ -49,7 +49,7 @@ extern "C" { * \note When `LWMEM_CFG_OS` is enabled, user must implement functions in \ref LWMEM_SYS group. */ #ifndef LWMEM_CFG_OS -#define LWMEM_CFG_OS 0 +#define LWMEM_CFG_OS 0 #endif /**