mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
extra empty line to improve readbility
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user