From: Klas Lindfors Date: Thu, 26 Sep 2013 12:08:06 +0000 (+0200) Subject: fix broken indentation X-Git-Tag: v1.14.2~10 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2402fc1db0f38b5be000620df6df854073cc6c69;p=yubikey-personalization fix broken indentation --- diff --git a/ykpers-args.h b/ykpers-args.h index 23e33e8..235a6cf 100644 --- a/ykpers-args.h +++ b/ykpers-args.h @@ -41,7 +41,7 @@ int args_to_config(int argc, char **argv, YKP_CONFIG *cfg, YK_KEY *yk, unsigned char *access_code, bool *use_access_code, bool *aesviahash, char *ndef_type, char *ndef, unsigned char *usb_mode, bool *zap, unsigned char *scan_bin, unsigned char *cr_timeout, - unsigned char *autoeject_timeout, int *num_modes_seen, int *exit_code); + unsigned char *autoeject_timeout, int *num_modes_seen, int *exit_code); void report_yk_error(void);