From c8b9da6fd04a10b91efc46cbcf4f8cc7b48694da Mon Sep 17 00:00:00 2001 From: Sergey Abramchuk Date: Sun, 12 Feb 2017 16:22:41 +0300 Subject: [PATCH] Add extra spaces --- OpenVPN Tunnel Provider/OpenVPNAdapter.mm | 6 +++--- OpenVPN Tunnel Provider/OpenVPNError.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/OpenVPN Tunnel Provider/OpenVPNAdapter.mm b/OpenVPN Tunnel Provider/OpenVPNAdapter.mm index 1fab8a1..fc439a0 100644 --- a/OpenVPN Tunnel Provider/OpenVPNAdapter.mm +++ b/OpenVPN Tunnel Provider/OpenVPNAdapter.mm @@ -22,10 +22,10 @@ #import "OpenVPNAdapter+Client.h" #import "OpenVPNAdapter+Provider.h" -NSString *const OpenVPNClientErrorDomain = @"OpenVPNClientErrorDomain"; +NSString * const OpenVPNClientErrorDomain = @"OpenVPNClientErrorDomain"; -NSString *const OpenVPNClientErrorFatalKey = @"OpenVPNClientErrorFatalKey"; -NSString *const OpenVPNClientErrorEventKey = @"OpenVPNClientErrorEventKey"; +NSString * const OpenVPNClientErrorFatalKey = @"OpenVPNClientErrorFatalKey"; +NSString * const OpenVPNClientErrorEventKey = @"OpenVPNClientErrorEventKey"; @interface OpenVPNAdapter () diff --git a/OpenVPN Tunnel Provider/OpenVPNError.h b/OpenVPN Tunnel Provider/OpenVPNError.h index 01443d5..fd6d964 100644 --- a/OpenVPN Tunnel Provider/OpenVPNError.h +++ b/OpenVPN Tunnel Provider/OpenVPNError.h @@ -10,8 +10,8 @@ extern NSString * __nonnull const OpenVPNClientErrorDomain; -extern NSString *__nonnull const OpenVPNClientErrorFatalKey; -extern NSString *__nonnull const OpenVPNClientErrorEventKey; +extern NSString * __nonnull const OpenVPNClientErrorFatalKey; +extern NSString * __nonnull const OpenVPNClientErrorEventKey; typedef NS_ENUM(NSUInteger, OpenVPNError) { OpenVPNErrorConfigurationFailure,