mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Add extra spaces
This commit is contained in:
@@ -22,10 +22,10 @@
|
|||||||
#import "OpenVPNAdapter+Client.h"
|
#import "OpenVPNAdapter+Client.h"
|
||||||
#import "OpenVPNAdapter+Provider.h"
|
#import "OpenVPNAdapter+Provider.h"
|
||||||
|
|
||||||
NSString *const OpenVPNClientErrorDomain = @"OpenVPNClientErrorDomain";
|
NSString * const OpenVPNClientErrorDomain = @"OpenVPNClientErrorDomain";
|
||||||
|
|
||||||
NSString *const OpenVPNClientErrorFatalKey = @"OpenVPNClientErrorFatalKey";
|
NSString * const OpenVPNClientErrorFatalKey = @"OpenVPNClientErrorFatalKey";
|
||||||
NSString *const OpenVPNClientErrorEventKey = @"OpenVPNClientErrorEventKey";
|
NSString * const OpenVPNClientErrorEventKey = @"OpenVPNClientErrorEventKey";
|
||||||
|
|
||||||
|
|
||||||
@interface OpenVPNAdapter ()
|
@interface OpenVPNAdapter ()
|
||||||
|
|||||||
@@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
extern NSString * __nonnull const OpenVPNClientErrorDomain;
|
extern NSString * __nonnull const OpenVPNClientErrorDomain;
|
||||||
|
|
||||||
extern NSString *__nonnull const OpenVPNClientErrorFatalKey;
|
extern NSString * __nonnull const OpenVPNClientErrorFatalKey;
|
||||||
extern NSString *__nonnull const OpenVPNClientErrorEventKey;
|
extern NSString * __nonnull const OpenVPNClientErrorEventKey;
|
||||||
|
|
||||||
typedef NS_ENUM(NSUInteger, OpenVPNError) {
|
typedef NS_ENUM(NSUInteger, OpenVPNError) {
|
||||||
OpenVPNErrorConfigurationFailure,
|
OpenVPNErrorConfigurationFailure,
|
||||||
|
|||||||
Reference in New Issue
Block a user