summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SmartDeviceLink/SDLError.m4
-rwxr-xr-xSmartDeviceLink/SDLScreenshotViewController.m7
2 files changed, 5 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLError.m b/SmartDeviceLink/SDLError.m
index 4f536fe2e..7e5a0e95b 100644
--- a/SmartDeviceLink/SDLError.m
+++ b/SmartDeviceLink/SDLError.m
@@ -286,7 +286,7 @@ SDLErrorDomain *const SDLErrorDomainRPCStore = @"com.sdl.rpcStore.error";
return [NSError errorWithDomain:SDLErrorDomainRPCStore code:SDLRPCStoreErrorGetInvalidObject userInfo:userInfo];
}
- @end
+@end
@implementation NSException (SDLExceptions)
@@ -328,6 +328,6 @@ SDLErrorDomain *const SDLErrorDomainRPCStore = @"com.sdl.rpcStore.error";
userInfo:nil];
}
- @end
+@end
NS_ASSUME_NONNULL_END
diff --git a/SmartDeviceLink/SDLScreenshotViewController.m b/SmartDeviceLink/SDLScreenshotViewController.m
index 8918826c3..8a817e51d 100755
--- a/SmartDeviceLink/SDLScreenshotViewController.m
+++ b/SmartDeviceLink/SDLScreenshotViewController.m
@@ -12,9 +12,9 @@
@interface SDLScreenshotViewController ()
- @property (nonatomic, strong) UIImageView *imageView;
+@property (nonatomic, strong) UIImageView *imageView;
- @end
+@end
@implementation SDLScreenshotViewController
@@ -80,5 +80,4 @@
self.imageView.image = image;
}
-
- @end
+@end