-
Notifications
You must be signed in to change notification settings - Fork 2.2k
/
Copy pathrestyle.patch
24 lines (21 loc) · 1.12 KB
/
restyle.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From e02e5779525502c582f99ab24b11acdd67ef2af4 Mon Sep 17 00:00:00 2001
From: "Restyled.io" <commits@restyled.io>
Date: Tue, 22 Apr 2025 23:26:10 +0000
Subject: [PATCH] Restyled by clang-format
---
src/darwin/Framework/CHIP/MTRDevice_Concrete.mm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm b/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm
index 5edb4e03..0a3c08d3 100644
--- a/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm
+++ b/src/darwin/Framework/CHIP/MTRDevice_Concrete.mm
@@ -2786,7 +2786,7 @@ typedef NS_ENUM(NSUInteger, MTRDeviceWorkItemDuplicateTypeID) {
// for now just subscribe once
if (!NeedToStartSubscriptionSetup(_internalDeviceState)) {
- MTR_LOG("%@ setupSubscription: No need to subscribe due to internal state %@ (reason: %@)", self, InternalDeviceStateString(_internalDeviceState), reason);
+ MTR_LOG("%@ setupSubscription: No need to subscribe due to internal state %@ (reason: %@)", self, InternalDeviceStateString(_internalDeviceState), reason);
[self _clearSubscriptionPoolWork];
return;
}
--
2.49.0