astyle --formatted --mode=c --indent=spaces=2 --indent-switches --indent-preprocessor --keep-one-line-blocks --max-instatement-indent=60

This commit is contained in:
Philippe Teuwen 2012-05-29 15:52:51 +00:00
parent 26569c2202
commit a2cd236441
45 changed files with 1096 additions and 1082 deletions

View file

@ -125,14 +125,14 @@ main (int argc, const char *argv[])
}
switch (mode) {
case PSM_VIRTUAL_CARD:
case PSM_VIRTUAL_CARD:
{
printf ("Now the SAM is readable for 1 minute from an external reader.\n");
wait_one_minute ();
}
break;
case PSM_WIRED_CARD:
case PSM_WIRED_CARD:
{
nfc_target nt;
@ -169,7 +169,7 @@ main (int argc, const char *argv[])
}
break;
case PSM_DUAL_CARD:
case PSM_DUAL_CARD:
{
uint8_t abtRx[MAX_FRAME_LEN];
@ -197,8 +197,8 @@ main (int argc, const char *argv[])
// wait_one_minute ();
}
break;
case PSM_NORMAL:
break;
case PSM_NORMAL:
break;
}
ret = EXIT_SUCCESS;