]> err.no Git - yubikey-personalization/commitdiff
correct indentation
authorKlas Lindfors <klas@yubico.com>
Thu, 27 Sep 2012 11:26:56 +0000 (13:26 +0200)
committerKlas Lindfors <klas@yubico.com>
Thu, 27 Sep 2012 11:26:56 +0000 (13:26 +0200)
ykpers.c

index 2c5e6b69e597167f1f8ce4804eb441ab3263f2c5..02d7ba81cfad8ea4027e7ad58080efcecfd95830 100644 (file)
--- 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)