From 366f140a098300a2ab9f34aed2a336485ce01eee Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Thu, 27 Sep 2012 13:26:56 +0200 Subject: [PATCH] correct indentation --- ykpers.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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) -- 2.39.5