Skip to content

Commit 1156d2b

Browse files
Consistent identation
1 parent 644f8c9 commit 1156d2b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/config.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ struct vpn_config {
9090
int password_set;
9191
char otp[OTP_SIZE + 1];
9292
char *otp_prompt;
93-
unsigned int otp_delay;
94-
int no_ftm_push;
93+
unsigned int otp_delay;
94+
int no_ftm_push;
9595
char *pinentry;
9696
char iface_name[IF_NAMESIZE];
9797
char realm[REALM_SIZE + 1];
@@ -125,10 +125,10 @@ struct vpn_config {
125125
int seclevel_1;
126126
char *cipher_list;
127127
struct x509_digest *cert_whitelist;
128-
int use_engine;
129-
char *user_agent;
130-
char *hostcheck;
131-
char *check_virtual_desktop;
128+
int use_engine;
129+
char *user_agent;
130+
char *hostcheck;
131+
char *check_virtual_desktop;
132132
};
133133

134134
int add_trusted_cert(struct vpn_config *cfg, const char *digest);

0 commit comments

Comments
 (0)