mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -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"
|
#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)
|
void dump_buffer_simple(const unsigned char *ptr, size_t len, FILE *f)
|
||||||
{
|
{
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.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, " ");}
|
||||||
|
|
||||||
enum emv_tag_t {
|
enum emv_tag_t {
|
||||||
EMV_TAG_GENERIC,
|
EMV_TAG_GENERIC,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue