From 35b268f844a124dd3c6ac8c3984a795c0e22c2ee Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Tue, 31 Jul 2007 12:34:26 +0000 Subject: [PATCH] indent --- src/zypper.cc | 4 ++-- src/zypper.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/zypper.cc b/src/zypper.cc index daea702..b57e450 100644 --- a/src/zypper.cc +++ b/src/zypper.cc @@ -585,8 +585,8 @@ int one_command(const ZypperCommand & command, int argc, char **argv) "'xml-updates' - Show updates and patches in xml format\n" "\n" "This command has no additional options.\n" - ); - } + ); + } parsed_opts copts = parse_options (argc, argv, specific_options); if (copts.count("_unknown")) diff --git a/src/zypper.h b/src/zypper.h index 7a0144f..99acbc7 100644 --- a/src/zypper.h +++ b/src/zypper.h @@ -51,7 +51,7 @@ struct Settings non_interactive(false), no_gpg_checks(false), license_auto_agree(false), - machine_readable(false), + machine_readable(false), root_dir("/") {} @@ -77,7 +77,7 @@ struct Settings bool non_interactive; bool no_gpg_checks; bool license_auto_agree; - bool machine_readable; + bool machine_readable; std::string root_dir; }; -- 2.7.4