]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfem4x.c
CHG: code clean up. Have some questions regarding the CopyVikingTo method. The...
[proxmark3-svn] / client / cmdlfem4x.c
index c68d35f88a9b5859f53db3700f38eedc18a2bfa5..5a263bf690e6398f2575dc3fd99a77510528a188 100644 (file)
@@ -232,7 +232,6 @@ int CmdEM410xWrite(const char *Cmd)
 
        UsbCommand c = {CMD_EM410X_WRITE_TAG, {card, (uint32_t)(id >> 32), (uint32_t)id}};
        SendCommand(&c);
-
        return 0;
 }
 
Impressum, Datenschutz