]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Cosmetic changes, replace mismatched indentation
authorizsh@fail0verflow.com <izsh@fail0verflow.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 8 Feb 2010 11:58:40 +0000 (11:58 +0000)
committerizsh@fail0verflow.com <izsh@fail0verflow.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 8 Feb 2010 11:58:40 +0000 (11:58 +0000)
client/cmdparser.c

index 5a02b95ed4e7be8eefdebbc5fa45d5891406da35..6bb0416467fd6dbf5af760801f555ac40d2205b1 100644 (file)
@@ -32,10 +32,10 @@ void CmdsParse(const command_t Commands[], const char *Cmd)
     int matches = 0;
 
     for(i=0;Commands[i].Name;i++) {
     int matches = 0;
 
     for(i=0;Commands[i].Name;i++) {
-       if( !strncmp(Commands[i].Name, cmd_name, strlen(cmd_name)) ) {
-           last_match = i;
-           matches++;
-       }
+      if( !strncmp(Commands[i].Name, cmd_name, strlen(cmd_name)) ) {
+        last_match = i;
+        matches++;
+      }
     }
     if(matches == 1) i=last_match;
   }
     }
     if(matches == 1) i=last_match;
   }
Impressum, Datenschutz