fixes issue #5: formatting problem with tabs vs spaces
[hashcat.git] / include / types.h
index b7be9bc..9864988 100644 (file)
@@ -168,8 +168,8 @@ typedef struct
 
 typedef struct
 {
-       uint data_len;
-       uint data_buf[512];
+  uint data_len;
+  uint data_buf[512];
 
 } cloudkey_t;