commit: 53728f13f533d18ec7ed39f318fd601cb945ce6d
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 6 13:51:47 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jun 6 13:51:47 2019 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=53728f13
qlop: fix whitespace
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
qlop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qlop.c b/qlop.c
index c356e6b..2aa14a5 100644
--- a/qlop.c
+++ b/qlop.c
@@ -451,7 +451,7 @@ static int do_emerge_log(
} else if (parallel_emerge > 0) {
parallel_emerge--;
}
-
+
/* for bug #687508, this cannot be in the else if case
* above, if the log is truncated somehow, the leading
* *** emerge might be missing, but a termination in
that