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 authored and mwswartwout committed Dec 15, 2023
1 parent 10afc68 commit 1342680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inet/tests/TestInetCommonPosix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ void ServiceEvents(uint32_t aSleepTimeMilliseconds)
else
sRemainingSystemLayerEventDelay--;

static_cast<System::LayerImplFreeRTOS&>(DeviceLayer::SystemLayer()).HandlePlatformTimer();
static_cast<System::LayerImplFreeRTOS &>(DeviceLayer::SystemLayer()).HandlePlatformTimer();
}
#if CHIP_TARGET_STYLE_UNIX
// TapAddrAutoconf and TapInterface are only needed for LwIP on
Expand Down

0 comments on commit 1342680

Please sign in to comment.