From aaa72eef02af24940e71c84af4d05552410b78ef Mon Sep 17 00:00:00 2001 From: Jonatan Schlag Date: Mon, 7 Aug 2017 15:21:24 +0000 Subject: [PATCH] ipsec: remove whitespace Signed-off-by: Jonatan Schlag --- src/functions/functions.ipsec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/functions/functions.ipsec b/src/functions/functions.ipsec index 18478af6..fee6fc11 100644 --- a/src/functions/functions.ipsec +++ b/src/functions/functions.ipsec @@ -781,16 +781,16 @@ ipsec_connection_id() { log ERROR "Id '${id}' is invalid" return ${EXIT_ERROR} fi - + if ! ipsec_connection_write_config_key "${connection}" "${type}_ID" ${id}; then log ERROR "Could not write configuration settings" return ${EXIT_ERROR} fi - + return ${EXIT_OK} } -# Set the local or remote prefix +# Set the local or remote prefix ipsec_connection_prefix() { if [ ! $# -ge 3 ]; then log ERROR "Not enough arguments" @@ -799,7 +799,7 @@ ipsec_connection_prefix() { local connection=${1} local type=${2} shift 2 - + local _prefix="${type}_PREFIX" local "${_prefix}" if ! ipsec_connection_read_config "${connection}" "${_prefix}"; then @@ -1210,7 +1210,7 @@ ipsec_list_connections() { ipsec_connection_to_strongswan() { local connection="${1}" - log DEBUG "Generating IPsec configuration for ${connection}" + log DEBUG "Generating IPsec configuration for ${connection}" # Read the config settings local ${IPSEC_CONNECTION_CONFIG_SETTINGS} -- 2.39.2