From a9672dd8a958183a72433dbac8be187d88bbf9e9 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Fri, 10 Aug 2007 08:37:22 +0000 Subject: [PATCH] indent --- src/zypper-misc.cc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/zypper-misc.cc b/src/zypper-misc.cc index 3c627fe..d2de128 100644 --- a/src/zypper-misc.cc +++ b/src/zypper-misc.cc @@ -400,8 +400,8 @@ int show_summary() { int retv = -1; // nothing to do; - if (!gSettings.machine_readable) - cerr << _("Summary:") << endl; + if (!gSettings.machine_readable) + cerr << _("Summary:") << endl; MIL << "Pool contains " << God->pool().size() << " items." << std::endl; for ( ResPool::const_iterator it = God->pool().begin(); it != God->pool().end(); ++it ) @@ -423,14 +423,14 @@ int show_summary() retv = ZYPPER_EXIT_INF_RESTART_NEEDED; } - if (!gSettings.machine_readable) - { - if ( it->status().isToBeInstalled() ) - cerr << _(" "); - if ( it->status().isToBeUninstalled() ) - cerr << _(" "); - cerr << *res << endl; - } + if (!gSettings.machine_readable) + { + if ( it->status().isToBeInstalled() ) + cerr << _(" "); + if ( it->status().isToBeUninstalled() ) + cerr << _(" "); + cerr << *res << endl; + } } } if (retv == -1) -- 2.7.4