From f356736432343f0cfdf3b0575805f596aeae6e89 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 5 Mar 2020 13:24:26 +0000 Subject: [PATCH] vpnmain.cgi: Fix indentation on Apple profiles Signed-off-by: Michael Tremer --- html/cgi-bin/vpnmain.cgi | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 8c6fc193ad..09acbdaabc 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -1259,27 +1259,27 @@ END # Left ID if ($confighash{$key}[9]) { - print " LocalIdentifier\n"; - print " $confighash{$key}[9]\n"; + print " LocalIdentifier\n"; + print " $confighash{$key}[9]\n"; } # Right ID if ($confighash{$key}[7]) { - print " RemoteIdentifier\n"; - print " $confighash{$key}[7]\n"; + print " RemoteIdentifier\n"; + print " $confighash{$key}[7]\n"; } if ($confighash{$key}[4] eq "cert") { - print " AuthenticationMethod\n"; - print " Certificate\n"; + print " AuthenticationMethod\n"; + print " Certificate\n"; - print " PayloadCertificateUUID\n"; - print " ${cert_uuid}\n"; + print " PayloadCertificateUUID\n"; + print " ${cert_uuid}\n"; } else { - print " AuthenticationMethod\n"; - print " SharedSecret\n"; - print " SharedSecret\n"; - print " $confighash{$key}[5]\n"; + print " AuthenticationMethod\n"; + print " SharedSecret\n"; + print " SharedSecret\n"; + print " $confighash{$key}[5]\n"; } print " ExtendedAuthEnabled\n"; -- 2.39.5