make style: don't indent preprocessor directives

This commit is contained in:
Philippe Teuwen 2019-04-07 12:10:51 +02:00
commit a7448f802f
4 changed files with 39 additions and 39 deletions

View file

@ -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) {