X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/450d2e3a96aeff74dfd7bf42f6ab3870f8235c50..4b8ee00f0dfd98dcaaecaaae108355893a90c04c:/client/scripts/14araw.lua

diff --git a/client/scripts/14araw.lua b/client/scripts/14araw.lua
index 0ce98656..a2e6ff53 100644
--- a/client/scripts/14araw.lua
+++ b/client/scripts/14araw.lua
@@ -155,9 +155,7 @@ end
 -- Sends an instruction to do nothing, only disconnect
 function disconnect()
 
-	local command = Command:new{cmd = cmds.CMD_READER_ISO_14443a, 
-									arg1 = 0, -- Nothing 
-									}
+	local command = Command:new{cmd = cmds.CMD_READER_ISO_14443a, arg1 = 0,	}
 	-- We can ignore the response here, no ACK is returned for this command
 	-- Check /armsrc/iso14443a.c, ReaderIso14443a() for details
 	return lib14a.sendToDevice(command,true)