From: Fl0-0 <root@localhost.localdomain>
Date: Sat, 1 Jul 2017 20:32:49 +0000 (+0200)
Subject: Identation
X-Git-Tag: v3.1.0~196^2~4
X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/f800241260c7a886ac8732cc6e66c33bfb27e8a6?hp=--cc

Identation
---

f800241260c7a886ac8732cc6e66c33bfb27e8a6
diff --git a/client/cmdlfem4x.c b/client/cmdlfem4x.c
index e677919a..585b4305 100644
--- a/client/cmdlfem4x.c
+++ b/client/cmdlfem4x.c
@@ -301,7 +301,7 @@ int usage_lf_em410x_brute(void) {
         PrintAndLog("      lf em 410xbrute ids.txt");
         PrintAndLog("      lf em 410xbrute ids.txt c 32");
         PrintAndLog("      lf em 410xbrute ids.txt d 3000");
-        PrintAndLog("      lf em 410xbrute ids.txt d 3000 32");
+		PrintAndLog("      lf em 410xbrute ids.txt d 3000 32");
 	return 0;
 }