Skip to content

Commit 73d0ab6

Browse files
restyled-commitskiel-apple
authored andcommitted
Restyled by clang-format
1 parent 50b1b64 commit 73d0ab6

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

src/darwin/Framework/CHIP/MTRDevice.mm

+2-3
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ - (BOOL)callDelegateSynchronouslyWithBlock:(void (^)(id<MTRDeviceDelegate>))bloc
142142
#endif
143143
@end
144144

145-
146145
/* BEGIN DRAGONS: Note methods here cannot be renamed, and are used by private callers, do not rename, remove or modify behavior here */
147146

148147
@interface NSObject (MatterPrivateForInternalDragonsDoNotFeed)
@@ -243,7 +242,6 @@ @implementation MTRDeviceClusterData {
243242
NSMutableDictionary<NSNumber *, MTRDeviceDataValueDictionary> * _attributes;
244243
}
245244

246-
247245
- (void)storeValue:(MTRDeviceDataValueDictionary _Nullable)value forAttribute:(NSNumber *)attribute
248246
{
249247
_attributes[attribute] = value;
@@ -486,7 +484,8 @@ @implementation MTRDevice {
486484
NSMutableSet<MTRDeviceDelegateInfo *> * _delegates;
487485
}
488486

489-
- (instancetype)initForSubclasses {
487+
- (instancetype)initForSubclasses
488+
{
490489
if (self = [super init]) {
491490
// nothing, as superclass of MTRDevice is NSObject
492491
}

src/darwin/Framework/CHIP/MTRDevice_Concrete.mm

+1-2
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,7 @@ - (BOOL)unitTestSuppressTimeBasedReachabilityChanges:(MTRDevice *)device;
332332
@end
333333
#endif
334334

335-
@implementation MTRDevice_Concrete
336-
{
335+
@implementation MTRDevice_Concrete {
337336
#ifdef DEBUG
338337
NSUInteger _unitTestAttributesReportedSinceLastCheck;
339338
#endif

src/darwin/Framework/CHIP/MTRDevice_Internal.h

-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ MTR_TESTABLE
123123

124124
@end
125125

126-
127126
#pragma mark - Constants
128127

129128
static NSString * const kDefaultSubscriptionPoolSizeOverrideKey = @"subscriptionPoolSizeOverride";

0 commit comments

Comments
 (0)