mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
style
This commit is contained in:
parent
06d63a8c0e
commit
5c5bfe59d6
1 changed files with 2 additions and 2 deletions
|
@ -1673,7 +1673,7 @@ void pm3_version(bool verbose, bool oneliner) {
|
||||||
PrintAndLogEx(NORMAL, " native BT support......... " _YELLOW_("absent"));
|
PrintAndLogEx(NORMAL, " native BT support......... " _YELLOW_("absent"));
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_PYTHON
|
#ifdef HAVE_PYTHON
|
||||||
PrintAndLogEx(NORMAL, " Python script support..... " _GREEN_("present") " (" _YELLOW_(PY_VERSION) ")");
|
PrintAndLogEx(NORMAL, " Python script support..... " _GREEN_("present") " ( " _YELLOW_(PY_VERSION) " )");
|
||||||
#else
|
#else
|
||||||
PrintAndLogEx(NORMAL, " Python script support..... " _YELLOW_("absent"));
|
PrintAndLogEx(NORMAL, " Python script support..... " _YELLOW_("absent"));
|
||||||
#endif
|
#endif
|
||||||
|
@ -1682,7 +1682,7 @@ void pm3_version(bool verbose, bool oneliner) {
|
||||||
#else
|
#else
|
||||||
PrintAndLogEx(NORMAL, " Python SWIG support....... " _YELLOW_("absent"));
|
PrintAndLogEx(NORMAL, " Python SWIG support....... " _YELLOW_("absent"));
|
||||||
#endif
|
#endif
|
||||||
PrintAndLogEx(NORMAL, " Lua script support........ " _GREEN_("present") " (" _YELLOW_("%s.%s.%s") ")", LUA_VERSION_MAJOR, LUA_VERSION_MINOR, LUA_VERSION_RELEASE);
|
PrintAndLogEx(NORMAL, " Lua script support........ " _GREEN_("present") " ( " _YELLOW_("%s.%s.%s") " )", LUA_VERSION_MAJOR, LUA_VERSION_MINOR, LUA_VERSION_RELEASE);
|
||||||
#ifdef HAVE_LUA_SWIG
|
#ifdef HAVE_LUA_SWIG
|
||||||
PrintAndLogEx(NORMAL, " Lua SWIG support.......... " _GREEN_("present"));
|
PrintAndLogEx(NORMAL, " Lua SWIG support.......... " _GREEN_("present"));
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue