From 4817a6e5c943a3b8e5e6faf2471c69f75ba493b1 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 2 Dec 2013 22:55:10 +0100 Subject: [PATCH] make style --- utils/nfc-mfclassic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/nfc-mfclassic.c b/utils/nfc-mfclassic.c index c481a5a..c206fc3 100644 --- a/utils/nfc-mfclassic.c +++ b/utils/nfc-mfclassic.c @@ -438,7 +438,7 @@ write_card(int write_block_zero) // Make sure a earlier write did not fail if (!bFailure) { // Try to write the data block - if(bFormatCard && uiBlock) + if (bFormatCard && uiBlock) memset(mp.mpd.abtData, 0x00, 16); else memcpy(mp.mpd.abtData, mtDump.amb[uiBlock].mbd.abtData, 16);