From 5c5bfe59d6ada649fdc116b5239fd4b45f204b7f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 1 Oct 2024 13:53:33 +0200 Subject: [PATCH] style --- client/src/cmdhw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/cmdhw.c b/client/src/cmdhw.c index b3ec7d43a0..8f7355e112 100644 --- a/client/src/cmdhw.c +++ b/client/src/cmdhw.c @@ -1673,7 +1673,7 @@ void pm3_version(bool verbose, bool oneliner) { PrintAndLogEx(NORMAL, " native BT support......... " _YELLOW_("absent")); #endif #ifdef HAVE_PYTHON - PrintAndLogEx(NORMAL, " Python script support..... " _GREEN_("present") " (" _YELLOW_(PY_VERSION) ")"); + PrintAndLogEx(NORMAL, " Python script support..... " _GREEN_("present") " ( " _YELLOW_(PY_VERSION) " )"); #else PrintAndLogEx(NORMAL, " Python script support..... " _YELLOW_("absent")); #endif @@ -1682,7 +1682,7 @@ void pm3_version(bool verbose, bool oneliner) { #else PrintAndLogEx(NORMAL, " Python SWIG support....... " _YELLOW_("absent")); #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 PrintAndLogEx(NORMAL, " Lua SWIG support.......... " _GREEN_("present")); #else