Skip to content

Commit d17f8ab

Browse files
Restyled by whitespace
1 parent 291ab05 commit d17f8ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/platform/Zephyr/CHIPDevicePlatformConfig.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#ifndef CHIP_DEVICE_CONFIG_ENABLE_THREAD
5151
#ifdef CONFIG_NET_L2_OPENTHREAD
5252
#define CHIP_DEVICE_CONFIG_ENABLE_THREAD 1
53-
#else
53+
#else
5454
#define CHIP_DEVICE_CONFIG_ENABLE_THREAD 0
5555
#endif //CONFIG_NET_L2_OPENTHREAD
5656
#endif //CHIP_DEVICE_CONFIG_ENABLE_THREAD
@@ -59,7 +59,7 @@
5959
#ifndef CHIP_DEVICE_CONFIG_ENABLE_CHIPOBLE
6060
#ifdef CONFIG_BT
6161
#define CHIP_DEVICE_CONFIG_ENABLE_CHIPOBLE 1
62-
#else
62+
#else
6363
#define CHIP_DEVICE_CONFIG_ENABLE_CHIPOBLE 0
6464
#endif //CONFIG_BT
6565
#endif //CHIP_DEVICE_CONFIG_ENABLE_CHIPOBLE

0 commit comments

Comments
 (0)