From 1524f647b705c743243fd566a2dc72c6c8a51f33 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 29 Aug 2022 14:55:33 +0000 Subject: [PATCH] Restyled by whitespace --- src/darwin/Framework/CHIP/MTRDeviceController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/darwin/Framework/CHIP/MTRDeviceController.h b/src/darwin/Framework/CHIP/MTRDeviceController.h index f45af2407ddc95..0aaf453a4f545d 100644 --- a/src/darwin/Framework/CHIP/MTRDeviceController.h +++ b/src/darwin/Framework/CHIP/MTRDeviceController.h @@ -134,8 +134,8 @@ typedef void (^MTRDeviceConnectionCallback)(MTRBaseDevice * _Nullable device, NS */ - (void)setNocChainIssuer:(id)nocChainIssuer queue:(dispatch_queue_t)queue; -/** - * Return the attestation challenge for the secure session of the device being commissioned. +/** + * Return the attestation challenge for the secure session of the device being commissioned. * * Attempts to retreive the generated attestation challenge from a commissionee with the given Device ID. * Returns nil if given Device ID does not match an active commissionee, or if a Secure Session is not availale.