Skip to content

Commit 133b64d

Browse files
committed
apply clang-format
1 parent 0b0e3cc commit 133b64d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lib/edgehog_device/include/nvs.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717

1818
#include <zephyr/fs/nvs.h>
1919

20-
21-
#if defined (CONFIG_SETTINGS_NVS)
20+
#if defined(CONFIG_SETTINGS_NVS)
2221

2322
#ifdef CONFIG_EDGEHOG_DEVICE_USE_EDGEHOG_PARTITION
2423
/** @brief The devicetree partition name for the NVS. */

lib/edgehog_device/nvs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <zephyr/fs/nvs.h>
1111
#include <zephyr/storage/flash_map.h>
1212

13-
#if defined (CONFIG_SETTINGS_NVS)
13+
#if defined(CONFIG_SETTINGS_NVS)
1414

1515
#include "log.h"
1616
EDGEHOG_LOG_MODULE_REGISTER(edgehog_nvs, CONFIG_EDGEHOG_DEVICE_NVS_LOG_LEVEL);

0 commit comments

Comments
 (0)