Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Apr 20, 2022
1 parent bbed666 commit 2588a7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/platform/qpg/Logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#include <lib/support/logging/Constants.h>
#include <platform/CHIPDeviceConfig.h>

#include <cstdio>
#include <ctype.h>
#include <string.h>
#include <cstdio>

#if CHIP_DEVICE_CONFIG_ENABLE_THREAD
#include <openthread/platform/logging.h>
Expand Down
4 changes: 2 additions & 2 deletions src/platform/qpg/PlatformManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#if CHIP_SYSTEM_CONFIG_USE_LWIP
#include <lwip/tcpip.h>
#endif //CHIP_SYSTEM_CONFIG_USE_LWIP
#endif // CHIP_SYSTEM_CONFIG_USE_LWIP

namespace chip {
namespace DeviceLayer {
Expand All @@ -50,7 +50,7 @@ CHIP_ERROR PlatformManagerImpl::_InitChipStack(void)
#if CHIP_SYSTEM_CONFIG_USE_LWIP
// Initialize LwIP.
tcpip_init(NULL, NULL);
#endif //CHIP_SYSTEM_CONFIG_USE_LWIP
#endif // CHIP_SYSTEM_CONFIG_USE_LWIP

ReturnErrorOnFailure(System::Clock::InitClock_RealTime());

Expand Down

0 comments on commit 2588a7c

Please sign in to comment.