mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-21 14:06:17 +00:00
astyle --formatted --mode=c --indent=spaces=2 --indent-switches --indent-preprocessor --keep-one-line-blocks --max-instatement-indent=60
This commit is contained in:
@@ -148,7 +148,7 @@ int main(int argc, const char* argv[])
|
||||
sscanf(cmd + offset, "%d", &s);
|
||||
printf("Pause for %i msecs\n", s);
|
||||
if (s>0) {
|
||||
sleep(s * SUSP_TIME);
|
||||
sleep(s * SUSP_TIME);
|
||||
}
|
||||
free(cmd);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user