fixes issue #5: formatting problem with tabs vs spaces
[hashcat.git] / amd / types_amd.c
index d6da9ce..8adb2ab 100644 (file)
@@ -471,8 +471,8 @@ typedef struct
 
 typedef struct
 {
-       u32 data_len;
-       u32 data_buf[512];
+  u32 data_len;
+  u32 data_buf[512];
 
 } cloudkey_t;