]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/util.h
hf mf sim x reader attack add-ons
[proxmark3-svn] / client / util.h
index fd48a26f57dd5f79923235707f9a07b12dd191b5..34e821bf3c610943838d8b472f93a197e060a838 100644 (file)
@@ -14,7 +14,7 @@
 #include <string.h>
 #include <ctype.h>
 #include <time.h>
-#include "data.h"  //for FILE_PATH_SIZE
+#include "data.h"    //for FILE_PATH_SIZE
 
 #ifndef ROTR
 # define ROTR(x,n) (((uintmax_t)(x) >> (n)) | ((uintmax_t)(x) << ((sizeof(x) * 8) - (n))))
Impressum, Datenschutz