From: Klas Lindfors Date: Thu, 27 Sep 2012 11:26:56 +0000 (+0200) Subject: correct indentation X-Git-Tag: v1.8.0~2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=366f140a098300a2ab9f34aed2a336485ce01eee;p=yubikey-personalization correct indentation --- diff --git a/ykpers.c b/ykpers.c index 2c5e6b6..02d7ba8 100644 --- a/ykpers.c +++ b/ykpers.c @@ -443,12 +443,12 @@ int ykp_construct_ndef_text(YK_NDEF *ndef, const char *text, const char *lang, b int ykp_set_ndef_access_code(YK_NDEF *ndef, unsigned char *access_code) { - if(ndef) - { - memcpy(ndef->curAccCode, access_code, ACC_CODE_SIZE); - return 0; - } - return 1; + if(ndef) + { + memcpy(ndef->curAccCode, access_code, ACC_CODE_SIZE); + return 0; + } + return 1; } static bool vcheck_all(const YKP_CONFIG *cfg)