From 1156d2bc2bd6708dc7472ec04ea71b927de1e03b Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 19 Jan 2021 11:55:08 +0100 Subject: [PATCH] Consistent identation --- src/config.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/config.h b/src/config.h index 1aabf466..6c317eed 100644 --- a/src/config.h +++ b/src/config.h @@ -90,8 +90,8 @@ struct vpn_config { int password_set; char otp[OTP_SIZE + 1]; char *otp_prompt; - unsigned int otp_delay; - int no_ftm_push; + unsigned int otp_delay; + int no_ftm_push; char *pinentry; char iface_name[IF_NAMESIZE]; char realm[REALM_SIZE + 1]; @@ -125,10 +125,10 @@ struct vpn_config { int seclevel_1; char *cipher_list; struct x509_digest *cert_whitelist; - int use_engine; - char *user_agent; - char *hostcheck; - char *check_virtual_desktop; + int use_engine; + char *user_agent; + char *hostcheck; + char *check_virtual_desktop; }; int add_trusted_cert(struct vpn_config *cfg, const char *digest);