mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-01-31 00:00:06 +08:00
Add extra spaces
This commit is contained in:
@@ -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 ()
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user