Skip to content

Commit

Permalink
Consistent identation
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jan 21, 2021
1 parent 644f8c9 commit 1156d2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 1156d2b

Please sign in to comment.