sys/boot/common: use of spaces vs. TAB.

No functional change.
This commit is contained in:
Pedro F. Giffuni 2016-05-12 01:19:11 +00:00
parent 6c8eb57da5
commit 3e17f981b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299499
4 changed files with 51 additions and 51 deletions

View File

@ -38,9 +38,9 @@ extern char bootprog_rev[];
/* #define BFORTH_DEBUG */
#ifdef BFORTH_DEBUG
# define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
#define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
#else
# define DEBUG(fmt, args...)
#define DEBUG(fmt, args...)
#endif
/*