Add space

This commit is contained in:
Sergey Abramchuk
2017-05-19 23:53:06 +03:00
parent cf7f911397
commit 07c9058554

View File

@@ -57,7 +57,7 @@ NSString *const OpenVPNTLSCertProfileDefaultValue = @"default";
OpenVPNTransportProtocolDefaultValue: @(OpenVPNTransportProtocolDefault)
};
NSString *currentValue = [value length] == 0 ? OpenVPNTransportProtocolDefaultValue :value;
NSString *currentValue = [value length] == 0 ? OpenVPNTransportProtocolDefaultValue : value;
NSNumber *transportProtocol = options[currentValue];
NSAssert(transportProtocol != nil, @"Incorrect protocol value: %@", currentValue);