Add extra spaces

This commit is contained in:
Sergey Abramchuk
2017-02-12 16:22:41 +03:00
parent 169ae80bd5
commit c8b9da6fd0
2 changed files with 5 additions and 5 deletions

View File

@@ -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 ()

View File

@@ -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,