Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and woody-apple committed Oct 29, 2024
1 parent 7f32eb8 commit 07deb34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/darwin/Framework/CHIP/MTRDevice_Concrete.mm
Original file line number Diff line number Diff line change
Expand Up @@ -2497,9 +2497,8 @@ - (void)_setupSubscriptionWithReason:(NSString *)reason
mtr_strongify(self);
VerifyOrReturn(self);

if ( !HaveSubscriptionEstablishedRightNow(self->_internalDeviceState) )
if (!HaveSubscriptionEstablishedRightNow(self->_internalDeviceState))
[self _markDeviceAsUnreachableIfNeverSubscribed];

});
}

Expand Down

0 comments on commit 07deb34

Please sign in to comment.