- memcpy(&returnedtag, currentcard->tag_9F34, sizeof(currentcard->tag_9F34));
- returnedlength = sizeof(currentcard->tag_9F34); goto exitfunction;}
-else if(*(tag+1) == 0x35){
- memcpy(&returnedtag, currentcard->tag_9F35, sizeof(currentcard->tag_9F35));
- returnedlength = sizeof(currentcard->tag_9F35); goto exitfunction;}
-else if(*(tag+1) == 0x37){
- memcpy(&returnedtag, currentcard->tag_9F37, sizeof(currentcard->tag_9F37));
- returnedlength = sizeof(currentcard->tag_9F37);goto exitfunction;}
+ memcpy(&returnedtag, currentcard->tag_9F34, sizeof(currentcard->tag_9F34));
+ returnedlength = sizeof(currentcard->tag_9F34); goto exitfunction;}
+ else if(*(tag+1) == 0x35){
+ memcpy(&returnedtag, currentcard->tag_9F35, sizeof(currentcard->tag_9F35));
+ returnedlength = sizeof(currentcard->tag_9F35); goto exitfunction;}
+ else if(*(tag+1) == 0x37){
+ memcpy(&returnedtag, currentcard->tag_9F37, sizeof(currentcard->tag_9F37));
+ returnedlength = sizeof(currentcard->tag_9F37);goto exitfunction;}