Correct indent

This commit is contained in:
tilz0R 2019-06-18 18:06:42 +02:00
parent 2cfe1bde50
commit 248c5779d0

View File

@ -49,7 +49,7 @@ extern "C" {
* \note When `LWMEM_CFG_OS` is enabled, user must implement functions in \ref LWMEM_SYS group. * \note When `LWMEM_CFG_OS` is enabled, user must implement functions in \ref LWMEM_SYS group.
*/ */
#ifndef LWMEM_CFG_OS #ifndef LWMEM_CFG_OS
#define LWMEM_CFG_OS 0 #define LWMEM_CFG_OS 0
#endif #endif
/** /**