X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/7838f4beba79370f94c7a3de2cf34278f5d481c8..d294f5825daa3eca345650c670593115e0277d3b:/client/flash.c

diff --git a/client/flash.c b/client/flash.c
index d2163d9a..576f0d27 100644
--- a/client/flash.c
+++ b/client/flash.c
@@ -276,7 +276,7 @@ static int get_proxmark_state(uint32_t *state)
 {
 	UsbCommand c;
 	c.cmd = CMD_DEVICE_INFO;
-  SendCommand(&c);
+	SendCommand(&c);
 	UsbCommand resp;
 	ReceiveCommand(&resp);