extra empty line to improve readbility

This commit is contained in:
iceman1001 2024-01-14 21:30:46 +01:00
commit e0b1b1af56

View file

@ -194,6 +194,9 @@ bool IfPm3Zx8211(void) {
void CmdsHelp(const command_t Commands[]) { void CmdsHelp(const command_t Commands[]) {
if (Commands[0].Name == NULL) return; if (Commands[0].Name == NULL) return;
PrintAndLogEx(NORMAL, "");
int i = 0; int i = 0;
while (Commands[i].Name) { while (Commands[i].Name) {
if (Commands[i].IsAvailable()) { if (Commands[i].IsAvailable()) {