From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4F9C138334 for ; Thu, 6 Jun 2019 13:52:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3071E0883; Thu, 6 Jun 2019 13:52:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 608C2E0883 for ; Thu, 6 Jun 2019 13:52:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9444345838 for ; Thu, 6 Jun 2019 13:52:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C64C602 for ; Thu, 6 Jun 2019 13:52:01 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1559829107.53728f13f533d18ec7ed39f318fd601cb945ce6d.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: qlop.c X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 53728f13f533d18ec7ed39f318fd601cb945ce6d X-VCS-Branch: master Date: Thu, 6 Jun 2019 13:52:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 91013247-5c21-43b1-b8eb-29d4912a58fa X-Archives-Hash: 7aec2723ef38d4cd739df23670011e3c commit: 53728f13f533d18ec7ed39f318fd601cb945ce6d Author: Fabian Groffen gentoo org> AuthorDate: Thu Jun 6 13:51:47 2019 +0000 Commit: Fabian Groffen gentoo 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 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