client: fix mix of spaces & tabs
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
#include "cmdhfmfhard.h"
|
||||
|
||||
typedef struct {
|
||||
uint32_t *states[2];
|
||||
uint32_t len[2];
|
||||
void* next;
|
||||
uint32_t *states[2];
|
||||
uint32_t len[2];
|
||||
void* next;
|
||||
} statelist_t;
|
||||
|
||||
extern void prepare_bf_test_nonces(noncelist_t *nonces, uint8_t best_first_byte);
|
||||
|
||||
Reference in New Issue
Block a user