From c965316c80ff2a29d35e24daabc962f5578e3ad3 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 12 Jun 2024 15:49:19 +0000 Subject: [PATCH] Restyled by clang-format --- src/app/OperationalSessionSetup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/OperationalSessionSetup.cpp b/src/app/OperationalSessionSetup.cpp index 0c86003452e516..fe3c4df77269b6 100644 --- a/src/app/OperationalSessionSetup.cpp +++ b/src/app/OperationalSessionSetup.cpp @@ -200,7 +200,7 @@ void OperationalSessionSetup::Connect(Callback::Callback * on void OperationalSessionSetup::UpdateDeviceData(const ResolveResult & result) { auto & config = result.mrpRemoteConfig; - auto addr = result.address; + auto addr = result.address; #if CHIP_DEVICE_CONFIG_ENABLE_AUTOMATIC_CASE_RETRIES // Make sure to clear out our reason for trying the next result first thing, // so it does not stick around in various error cases.