summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSho Amano <samano@xevo.com>2018-09-20 15:18:01 +0900
committerSho Amano <samano@xevo.com>2018-09-20 15:18:01 +0900
commitde822ae5901d144319fcbf950ee4d7833d85e6dc (patch)
treef7a6a4d582799eca5a471de91aa293aa13908779
parentdd0c787759cca8d68948fa4391c62518e69881b9 (diff)
downloadsdl_ios-de822ae5901d144319fcbf950ee4d7833d85e6dc.tar.gz
Cosmetic change
Reflecting review comment.
-rw-r--r--SmartDeviceLink/SDLLifecycleManager.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLLifecycleManager.m b/SmartDeviceLink/SDLLifecycleManager.m
index 40e29952c..6beadbf71 100644
--- a/SmartDeviceLink/SDLLifecycleManager.m
+++ b/SmartDeviceLink/SDLLifecycleManager.m
@@ -246,9 +246,7 @@ SDLLifecycleState *const SDLLifecycleStateReady = @"Ready";
__weak typeof(self) weakSelf = self;
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
__strong typeof(weakSelf) strongSelf = weakSelf;
- if (!strongSelf) {
- return;
- }
+ if (!strongSelf) { return; }
[strongSelf.delegate managerDidDisconnect];