Apply clang-format to some stray in-tree items

Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
This commit is contained in:
Ikey Doherty
2017-02-01 17:39:23 -08:00
committed by tmarcu
parent f477daead8
commit 235bd4fba3
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -151,7 +151,6 @@ static bool parse_options(int argc, char **argv)
}
}
if (argc <= optind) {
printf("error: missing bundle(s) to be installed\n\n");
goto err;
+2 -2
View File
@@ -47,8 +47,8 @@ static void print_help(const char *name)
}
static const struct option prog_opts[] = {
{ "help", no_argument, 0, 'h'},
{ "all", no_argument, 0, 'a' },
{ "help", no_argument, 0, 'h' },
{ "all", no_argument, 0, 'a' },
{ "url", required_argument, 0, 'u' },
{ "contenturl", required_argument, 0, 'c' },
{ "versionurl", required_argument, 0, 'v' },