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 harimau-qirex committed Nov 8, 2021
1 parent 8ba1e46 commit 9570c77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/platform/android/AndroidChipPlatform-JNI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,9 @@ JNI_METHOD(void, setConfigurationManager)(JNIEnv * env, jclass self, jobject man
{
chip::DeviceLayer::StackLock lock;
chip::DeviceLayer::ConfigurationManagerImpl * configurationManagerImpl =
reinterpret_cast<chip::DeviceLayer::ConfigurationManagerImpl *>(&chip::DeviceLayer::ConfigurationMgr());
if (configurationManagerImpl != nullptr) {
reinterpret_cast<chip::DeviceLayer::ConfigurationManagerImpl *>(&chip::DeviceLayer::ConfigurationMgr());
if (configurationManagerImpl != nullptr)
{
configurationManagerImpl->InitializeWithObject(manager);
}
}
Expand Down

0 comments on commit 9570c77

Please sign in to comment.