summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuijing Hei <hhei@redhat.com>2022-05-25 11:12:47 +0800
committerHuijing Hei <hhei@redhat.com>2022-05-25 11:12:47 +0800
commit606459ad2614d5fb2be775ca9076b15cab625597 (patch)
treeeb772029d25cbd5a9ffdd479ab16f69fdb86a70a
parentea0be27bd308eae35140117fe25aa8ed5449c149 (diff)
downloadostree-606459ad2614d5fb2be775ca9076b15cab625597.tar.gz
Fix GNU style of two spaces for indent in https://github.com/ostreedev/ostree/pull/2612
-rw-r--r--src/ostree/ot-admin-builtin-deploy.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/ostree/ot-admin-builtin-deploy.c b/src/ostree/ot-admin-builtin-deploy.c
index 6691053b..28a5d9e8 100644
--- a/src/ostree/ot-admin-builtin-deploy.c
+++ b/src/ostree/ot-admin-builtin-deploy.c
@@ -87,22 +87,22 @@ ot_admin_builtin_deploy (int argc, char **argv, OstreeCommandInvocation *invocat
}
if (opt_kernel_proc_cmdline && opt_kernel_arg_none)
- {
- ot_util_usage_error (context, "Can't specify both --karg-proc-cmdline and --karg-none", error);
- return FALSE;
- }
+ {
+ ot_util_usage_error (context, "Can't specify both --karg-proc-cmdline and --karg-none", error);
+ return FALSE;
+ }
if (opt_kernel_arg_none && opt_kernel_argv_delete)
- {
- ot_util_usage_error (context, "Can't specify both --karg-none and --karg-delete", error);
- return FALSE;
- }
+ {
+ ot_util_usage_error (context, "Can't specify both --karg-none and --karg-delete", error);
+ return FALSE;
+ }
if (opt_no_merge && opt_kernel_argv_delete)
- {
- ot_util_usage_error (context, "Can't specify both --no-merge and --karg-delete", error);
- return FALSE;
- }
+ {
+ ot_util_usage_error (context, "Can't specify both --no-merge and --karg-delete", error);
+ return FALSE;
+ }
const char *refspec = argv[1];