Update Spacing

This commit is contained in:
Jonathan Downing
2017-10-11 13:44:38 +01:00
parent d1456adf85
commit b87feba195
-2
View File
@@ -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.