fix includes and indentation

This commit is contained in:
josch
2014-12-01 22:03:09 +01:00
parent e730107b8b
commit 2f2ce91597
7 changed files with 104 additions and 59 deletions

View File

@@ -57,8 +57,8 @@ int mfshell_cmd_updates(mfshell * mfshell, int argc, char *const argv[])
target_revision = atoll(argv[3]);
break;
default:
fprintf(stderr, "Invalid number of arguments\n");
return -1;
fprintf(stderr, "Invalid number of arguments\n");
return -1;
}
quickkey = argv[1];