chg: using three spaces instead of tabs for intendention

This commit is contained in:
Chris 2018-10-06 14:52:50 +02:00
commit 2a24f97355
2 changed files with 2 additions and 2 deletions

View file

@ -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)
{