From b87feba19510f66c694f209a356789a81a865881 Mon Sep 17 00:00:00 2001 From: Jonathan Downing Date: Wed, 11 Oct 2017 13:44:38 +0100 Subject: [PATCH] Update Spacing --- OpenVPN Adapter/OpenVPNAdapter.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenVPN Adapter/OpenVPNAdapter.h b/OpenVPN Adapter/OpenVPNAdapter.h index 0d4faaa..b5714cb 100644 --- a/OpenVPN Adapter/OpenVPNAdapter.h +++ b/OpenVPN Adapter/OpenVPNAdapter.h @@ -34,7 +34,6 @@ NS_ASSUME_NONNULL_BEGIN */ - (void)openVPNAdapter:(OpenVPNAdapter *)openVPNAdapter configureTunnelWithNetworkSettings:(NEPacketTunnelNetworkSettings *)networkSettings completionHandler:(void (^)(NEPacketTunnelFlow * _Nullable packetFlow))completionHandler NS_SWIFT_NAME(openVPNAdapter(_:configureTunnelWithNetworkSettings:completionHandler:)); - /** Informs the receiver that an OpenVPN error has occurred. Some errors are fatal and should trigger the diconnection of the tunnel, check for fatal errors with the OpenVPNAdapterErrorFatalKey. @@ -44,7 +43,6 @@ NS_ASSUME_NONNULL_BEGIN */ - (void)openVPNAdapter:(OpenVPNAdapter *)openVPNAdapter handleError:(NSError *)error; - /** Informs the receiver that an OpenVPN event has occurred.