Skip to content

Commit 6909444

Browse files
restyled-commitsnivi-apple
authored andcommitted
Restyled by whitespace
1 parent cec1f35 commit 6909444

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/darwin/Framework/CHIP/MTRDevice.mm

+3-3
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ - (void)_setDSTOffsets:(NSArray<MTRTimeSynchronizationClusterDSTOffsetStruct *>
669669
- (BOOL)_subscriptionsAllowed
670670
{
671671
os_unfair_lock_assert_owner(&self->_lock);
672-
672+
673673
// We should not allow a subscription for device controllers over XPC.
674674
return ![_deviceController isKindOfClass:MTRDeviceControllerOverXPC.class];
675675
}
@@ -679,9 +679,9 @@ - (void)setDelegate:(id<MTRDeviceDelegate>)delegate queue:(dispatch_queue_t)queu
679679
MTR_LOG("%@ setDelegate %@", self, delegate);
680680

681681
std::lock_guard lock(_lock);
682-
682+
683683
BOOL setUpSubscription = [self _subscriptionsAllowed];
684-
684+
685685
// For unit testing only
686686
#ifdef DEBUG
687687
id testDelegate = delegate;

0 commit comments

Comments
 (0)