From a58608b44199e23eb937709bedf3bc5306e13d88 Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Mon, 8 Jan 2007 21:34:17 +0000 Subject: [PATCH] Fix misaligned output. Bug 125890 svn path=/; revision=334 --- trunk/src/equery/equery | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/src/equery/equery b/trunk/src/equery/equery index aad0721..94fa3d3 100755 --- a/trunk/src/equery/equery +++ b/trunk/src/equery/equery @@ -527,8 +527,8 @@ class CmdDisplayUSEs(Command): if not Config["piping"] and Config["verbosityLevel"] >= 3: print_info(3, "[ Colour Code : " + pp.useflagon("set") + " " + pp.useflagoff("unset") + " ]") - print_info(3, "[ Legend : Left column (U) - USE flags from make.conf ]") - print_info(3, "[ : Right column (I) - USE flags packages was installed with ]") + print_info(3, "[ Legend : Left column (U) - USE flags from make.conf ]") + print_info(3, "[ : Right column (I) - USE flags packages was installed with ]") # Iterate through matches, printing a report for each package matches_found = 0 -- 2.26.2