extra empty line to improve readbility

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

View File

@@ -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()) {