mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-07 22:21:32 +00:00
Apply clang-format to some stray in-tree items
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
This commit is contained in:
@@ -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
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user