From dc80ef3713feefa41c312b2da166f77da2e7d3dd Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 4 Jan 2024 13:13:54 +0100 Subject: [PATCH] style --- client/src/cmdhf.c | 4 ++-- doc/commands.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/cmdhf.c b/client/src/cmdhf.c index f80afa67e..f3a45d92a 100644 --- a/client/src/cmdhf.c +++ b/client/src/cmdhf.c @@ -133,7 +133,7 @@ int CmdHFSearch(const char *Cmd) { if (IfPm3Iso14443a()) { if (readTopazUid(false, false) == PM3_SUCCESS) { PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("Topaz tag") " found\n"); - success[TOPAZ] = true; + success[TOPAZ] = true; res = PM3_SUCCESS; } } @@ -209,7 +209,7 @@ int CmdHFSearch(const char *Cmd) { if (IfPm3Iso14443b()) { if (readHFCryptoRF(false, false) == PM3_SUCCESS) { PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("CryptoRF tag") " found\n"); - success[CRYPTORF] = true; + success[CRYPTORF] = true; res = PM3_SUCCESS; } } diff --git a/doc/commands.json b/doc/commands.json index 160eb6781..a4c474801 100644 --- a/doc/commands.json +++ b/doc/commands.json @@ -10073,7 +10073,7 @@ "description": "Enables simulation of Farpointe/Pyramid card with specified card number. Simulation runs until the button is pressed or another USB command is issued. The facility-code is 8-bit and the card number is 16-bit. Larger values are truncated. Currently work only on 26bit", "notes": [ "lf pyramid sim --fc 123 --cn 1337", - "lf pyramid clone --raw 0001010101010101010440013223921c" + "lf pyramid sim --raw 0001010101010101010440013223921c" ], "offline": false, "options": [ @@ -12162,6 +12162,6 @@ "metadata": { "commands_extracted": 703, "extracted_by": "PM3Help2JSON v1.00", - "extracted_on": "2024-01-02T22:09:45" + "extracted_on": "2024-01-04T12:13:24" } } \ No newline at end of file