From 3d366d50ef225fff6e5dc61f0decf718b2a0a5f7 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 3 Dec 2019 14:53:08 +0100 Subject: [PATCH] style --- client/luascripts/read_pwd_mem.lua | 4 ++-- client/luascripts/read_pwd_mem_spiffs.lua | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/luascripts/read_pwd_mem.lua b/client/luascripts/read_pwd_mem.lua index 8456fd51f..ffc00a998 100644 --- a/client/luascripts/read_pwd_mem.lua +++ b/client/luascripts/read_pwd_mem.lua @@ -26,10 +26,10 @@ example = -- This will print the stored Mifare dictionary keys script run read_pwd_mem -m - + -- This will print the stored t55xx dictionary passwords script run read_pwd_mem -t - + -- This will print the stored iClass dictionary keys script run read_pwd_mem -i ]] diff --git a/client/luascripts/read_pwd_mem_spiffs.lua b/client/luascripts/read_pwd_mem_spiffs.lua index 33afa0fe9..89ef64e6d 100644 --- a/client/luascripts/read_pwd_mem_spiffs.lua +++ b/client/luascripts/read_pwd_mem_spiffs.lua @@ -16,7 +16,7 @@ example = -- This will read the other.log file in SPIFFS and print the stored passwords script run read_pwd_mem_spiffs -f other.log - + -- This will delete the hf_bog.log file from SPIFFS script run read_pwd_mem_spiffs -r ]] @@ -68,7 +68,7 @@ local function main(args) -- offset if o == 'f' then filename = a end - + -- remove if o == 'r' then removeflag = true end @@ -79,7 +79,7 @@ local function main(args) core.console("mem spiffs remove " ..filename) return end - + data, length, err = core.GetFromFlashMemSpiffs(filename) if data == nil then return oops('Problem while reading file from SPIFFS') end