indent
authorJan Kupec <jkupec@suse.cz>
Tue, 31 Jul 2007 12:34:26 +0000 (12:34 +0000)
committerJan Kupec <jkupec@suse.cz>
Tue, 31 Jul 2007 12:34:26 +0000 (12:34 +0000)
src/zypper.cc
src/zypper.h

index daea702..b57e450 100644 (file)
@@ -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"))
index 7a0144f..99acbc7 100644 (file)
@@ -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;
 };