]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/flash.h
Client cleanup and restructuring. Stage 1...
[proxmark3-svn] / client / flash.h
index c86602ffff0a95af08517365d76d739b534a9945..ab4fca967a3615a13408679254103565ab332dc4 100644 (file)
@@ -2,10 +2,10 @@
 #define __FLASH_H__
 
 struct partition {
-       int start;
-       int end;
-       int precious;
-       const char *name;
+  int start;
+  int end;
+  int precious;
+  const char *name;
 };
 
 void FlushPrevious(int translate);
Impressum, Datenschutz