mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
extra empty line to improve readbility
This commit is contained in:
parent
89555c0caa
commit
e0b1b1af56
1 changed files with 3 additions and 0 deletions
|
@ -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()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue