make style

This commit is contained in:
Philippe Teuwen 2019-04-02 22:32:45 +02:00
commit 64ce30c06c
7 changed files with 43 additions and 42 deletions

View file

@ -434,11 +434,11 @@ int CmdVersion(const char *Cmd) {
strncat(s, "smartcard; ", sizeof(s) - strlen(s) - 1);
#endif
#ifdef WITH_FPC
#ifdef WITH_FPC_HOST
#ifdef WITH_FPC_HOST
strncat(s, "fpc-host; ", sizeof(s) - strlen(s) - 1);
#else
#else
strncat(s, "fpc; ", sizeof(s) - strlen(s) - 1);
#endif
#endif
#endif
PrintAndLogEx(NORMAL, "\n [ CLIENT ]");
PrintAndLogEx(NORMAL, " client: iceman %s \n", s);