mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: using three spaces instead of tabs for intendention
This commit is contained in:
parent
7d09a466fb
commit
2a24f97355
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "dump.h"
|
||||
|
||||
|
||||
#define PRINT_INDENT(level) {for (int i = 0; i < (level); i++) fprintf(f, "\t");}
|
||||
#define PRINT_INDENT(level) {for (int i = 0; i < (level); i++) fprintf(f, " ");}
|
||||
|
||||
void dump_buffer_simple(const unsigned char *ptr, size_t len, FILE *f)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue