X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/664bb5ae720fb546a459dc6e60b3864d7ecd56ca..ea54ec739592304a3aa03f3f1bc24c12c4d4b708:/client/cmdscript.c?ds=sidebyside

diff --git a/client/cmdscript.c b/client/cmdscript.c
index fd02d13a..730f4e96 100644
--- a/client/cmdscript.c
+++ b/client/cmdscript.c
@@ -83,7 +83,7 @@ int CmdList(const char *Cmd)
     {
         while ((ep = readdir (dp)) != NULL)
         {
-            if( str_ends_with(ep->d_name, ".lua"))
+            if(str_ends_with(ep->d_name, ".lua"))
                 PrintAndLog("%-16s %s", ep->d_name, "A script file");
         }
         (void) closedir (dp);