From 3977dcad64a1b81cf6dd3b65dd9000e0f348d182 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Tue, 25 Jan 2022 23:39:35 +0000 Subject: [PATCH] Restyled by clang-format --- src/controller/CHIPDeviceController.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/controller/CHIPDeviceController.cpp b/src/controller/CHIPDeviceController.cpp index 6dc547f35bb732..0ee83c1b78fc12 100644 --- a/src/controller/CHIPDeviceController.cpp +++ b/src/controller/CHIPDeviceController.cpp @@ -277,7 +277,9 @@ void DeviceController::OnFirstMessageDeliveryFailed(const SessionHandle & sessio CHIP_ERROR err = UpdateDevice(session->AsSecureSession()->GetPeerNodeId()); if (err != CHIP_NO_ERROR) { - ChipLogError(Controller, "OnFirstMessageDeliveryFailed was called, but UpdateDevice did not succeed (%" CHIP_ERROR_FORMAT ")", err.Format()); + ChipLogError(Controller, + "OnFirstMessageDeliveryFailed was called, but UpdateDevice did not succeed (%" CHIP_ERROR_FORMAT ")", + err.Format()); } }