mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
style
This commit is contained in:
parent
b5ecdde19e
commit
7f40ad7f9d
11 changed files with 183 additions and 102 deletions
|
@ -225,7 +225,7 @@ static int bitstream_target_to_index(FPGA_config bitstream_target) {
|
|||
static int8_t bitstream_index_map[FPGA_BITSTREAM_MAX] = {-1};
|
||||
|
||||
// Initialize
|
||||
if (bitstream_index_map[0] == -1){
|
||||
if (bitstream_index_map[0] == -1) {
|
||||
bitstream_index_map[0] = 0;
|
||||
|
||||
for (size_t i = 0; i < g_fpga_bitstream_num; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue