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 dh79pyun committed Aug 20, 2023
1 parent f70e2ed commit 76410fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/platform/Tizen/ThreadStackManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
#include <platform/internal/CHIPDeviceLayerInternal.h>
#include <platform/internal/DeviceNetworkInfo.h>

#include <lib/support/CodeUtils.h>
#include <lib/support/logging/CHIPLogging.h>
#include <lib/support/CHIPMemString.h>
#include <lib/support/CodeUtils.h>
#include <lib/support/SafeInt.h>
#include <lib/support/logging/CHIPLogging.h>
#include <platform/PlatformManager.h>
#include <platform/ThreadStackManager.h>
#include <platform/Tizen/NetworkCommissioningDriver.h>
Expand Down Expand Up @@ -509,7 +509,7 @@ void ThreadStackManagerImpl::ThreadScanResultCb(int result, thread_network_scann
networkScanned.channel = channel;
networkScanned.version = version;
networkScanned.extendedAddress = extAddress;
networkScanned.rssi = (int8_t)rssi;
networkScanned.rssi = (int8_t) rssi;
networkScanned.lqi = lqi;

self->mScanResult->push_back(networkScanned);
Expand Down

0 comments on commit 76410fb

Please sign in to comment.