X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5eae566a28d4494e70a9e3812e269dbd87d9bc07..eabe8cea775c61e32eb64557199baf1b167aa50d:/common/desfire.h?ds=sidebyside

diff --git a/common/desfire.h b/common/desfire.h
index c163c5c5..42343638 100644
--- a/common/desfire.h
+++ b/common/desfire.h
@@ -3,7 +3,6 @@
 
 #include <string.h>
 #include <stdarg.h>
-
 #include "aes.h"
 
 #define MAX_CRYPTO_BLOCK_SIZE 16
@@ -110,8 +109,6 @@ enum DESFIRE_FILE_TYPES {
     MDFT_CYCLIC_RECORD_FILE_WITH_BACKUP = 0x04
 };
 
-
-
 enum DESFIRE_STATUS {
     OPERATION_OK 				= 0x00,
     NO_CHANGES 					= 0x0c,