Make Style.

This commit is contained in:
Thomas Sutter 2019-10-23 09:42:45 +02:00
parent 2274383129
commit 21f0095029

View file

@ -281,7 +281,7 @@ static int CmdHFFelicaRequestService(const char *Cmd) {
buf[strlen(buf)] = Cmd[i]; buf[strlen(buf)] = Cmd[i];
i++; i++;
get_cmd_data(Cmd, &datalen, data, buf); get_cmd_data(Cmd, &datalen, data, buf);
} else { } else {
i++; i++;
} }
} }