mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: adding spaces
This commit is contained in:
parent
3f5aab8f05
commit
6b63f704cc
2 changed files with 5 additions and 6 deletions
|
@ -140,25 +140,25 @@
|
|||
#if defined(__linux__) || (__APPLE__)
|
||||
# define _BLUE_(s) "\x1b[34m" #s "\x1b[0m"
|
||||
#else
|
||||
# define _BLUE_(s) #s
|
||||
# define _BLUE_(s) "#s "
|
||||
#endif
|
||||
|
||||
#if defined(__linux__) || (__APPLE__)
|
||||
# define _RED_(s) "\x1b[31m" #s "\x1b[0m"
|
||||
#else
|
||||
# define _RED_(s) #s
|
||||
# define _RED_(s) "#s "
|
||||
#endif
|
||||
|
||||
#if defined(__linux__) || (__APPLE__)
|
||||
# define _GREEN_(s) "\x1b[32m" #s "\x1b[0m"
|
||||
#else
|
||||
# define _GREEN_(s) #s
|
||||
# define _GREEN_(s) "#s "
|
||||
#endif
|
||||
|
||||
#if defined(__linux__) || (__APPLE__)
|
||||
# define _YELLOW_(s) "\x1b[33m" #s "\x1b[0m"
|
||||
#else
|
||||
# define _YELLOW_(s) #s
|
||||
# define _YELLOW_(s) "#s "
|
||||
#endif
|
||||
|
||||
#ifndef DropField
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue