mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
chg: space?
This commit is contained in:
parent
ef867794d1
commit
8730b020b3
1 changed files with 4 additions and 4 deletions
|
@ -138,25 +138,25 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__linux__) || (__APPLE__)
|
#if defined(__linux__) || (__APPLE__)
|
||||||
# define _BLUE_(s) "\x1b[34m" #s "\x1b[0m"
|
# define _BLUE_(s) "\x1b[34m" #s "\x1b[0m "
|
||||||
#else
|
#else
|
||||||
# define _BLUE_(s) #s " "
|
# define _BLUE_(s) #s " "
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__linux__) || (__APPLE__)
|
#if defined(__linux__) || (__APPLE__)
|
||||||
# define _RED_(s) "\x1b[31m" #s "\x1b[0m"
|
# define _RED_(s) "\x1b[31m" #s "\x1b[0m "
|
||||||
#else
|
#else
|
||||||
# define _RED_(s) #s " "
|
# define _RED_(s) #s " "
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__linux__) || (__APPLE__)
|
#if defined(__linux__) || (__APPLE__)
|
||||||
# define _GREEN_(s) "\x1b[32m" #s "\x1b[0m"
|
# define _GREEN_(s) "\x1b[32m" #s "\x1b[0m "
|
||||||
#else
|
#else
|
||||||
# define _GREEN_(s) #s " "
|
# define _GREEN_(s) #s " "
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__linux__) || (__APPLE__)
|
#if defined(__linux__) || (__APPLE__)
|
||||||
# define _YELLOW_(s) "\x1b[33m" #s "\x1b[0m"
|
# define _YELLOW_(s) "\x1b[33m" #s "\x1b[0m "
|
||||||
#else
|
#else
|
||||||
# define _YELLOW_(s) #s " "
|
# define _YELLOW_(s) #s " "
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue