mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
make style: don't indent preprocessor directives
This commit is contained in:
parent
c4920d7179
commit
a7448f802f
4 changed files with 39 additions and 39 deletions
|
@ -268,15 +268,15 @@ int CmdIndalaDemod(const char *Cmd) {
|
|||
PrintAndLogEx(
|
||||
SUCCESS
|
||||
, "Indala Found - bitlength %d, Raw 0x%x%08x%08x%08x%08x%08x%08x"
|
||||
, DemodBufferLen
|
||||
, uid1
|
||||
, uid2
|
||||
, uid3
|
||||
, uid4
|
||||
, uid5
|
||||
, uid6
|
||||
, uid7
|
||||
);
|
||||
, DemodBufferLen
|
||||
, uid1
|
||||
, uid2
|
||||
, uid3
|
||||
, uid4
|
||||
, uid5
|
||||
, uid6
|
||||
, uid7
|
||||
);
|
||||
}
|
||||
|
||||
if (g_debugMode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue