From e0b1b1af565f7a8e37c19f3e3bf43b3a651cf7f7 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 14 Jan 2024 21:30:46 +0100 Subject: [PATCH] extra empty line to improve readbility --- client/src/cmdparser.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/cmdparser.c b/client/src/cmdparser.c index fe7243c5e..fd85719af 100644 --- a/client/src/cmdparser.c +++ b/client/src/cmdparser.c @@ -194,6 +194,9 @@ bool IfPm3Zx8211(void) { void CmdsHelp(const command_t Commands[]) { if (Commands[0].Name == NULL) return; + + PrintAndLogEx(NORMAL, ""); + int i = 0; while (Commands[i].Name) { if (Commands[i].IsAvailable()) {