From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1541548-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B571D15801B
	for <garchives@archives.gentoo.org>; Thu, 27 Jul 2023 10:56:57 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 00950E097B;
	Thu, 27 Jul 2023 10:56:57 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D80BFE097B
	for <gentoo-commits@lists.gentoo.org>; Thu, 27 Jul 2023 10:56:56 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id BB39A335D07
	for <gentoo-commits@lists.gentoo.org>; Thu, 27 Jul 2023 10:56:55 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 51E03DE0
	for <gentoo-commits@lists.gentoo.org>; Thu, 27 Jul 2023 10:56:54 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1690455375.a2d9ac2bb4e6f30f2bb6665a1ab03d9d6af1a103.sam@gentoo>
Subject: [gentoo-commits] proj/genkernel:master commit in: worker_modules/
X-VCS-Repository: proj/genkernel
X-VCS-Files: worker_modules/gkbuild.sh
X-VCS-Directories: worker_modules/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a2d9ac2bb4e6f30f2bb6665a1ab03d9d6af1a103
X-VCS-Branch: master
Date: Thu, 27 Jul 2023 10:56:54 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f53fde87-43e3-417c-ac8d-851d4fe02982
X-Archives-Hash: ef194fce8b40393a70c4c225ec8fe38b

commit:     a2d9ac2bb4e6f30f2bb6665a1ab03d9d6af1a103
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 10:56:15 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 27 10:56:15 2023 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=a2d9ac2b

worker_modules/gkbuild.sh: fix whitespace

Signed-off-by: Sam James <sam <AT> gentoo.org>

 worker_modules/gkbuild.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/worker_modules/gkbuild.sh b/worker_modules/gkbuild.sh
index f384cee..101d5d0 100644
--- a/worker_modules/gkbuild.sh
+++ b/worker_modules/gkbuild.sh
@@ -197,7 +197,7 @@ _gkbuild_main() {
 		then
 			found_dyn_files=$(scanelf -E ET_DYN "${executable_files_to_scan[@]}" 2>/dev/null)
 		fi
-	
+
 		if [[ -n "${found_dyn_files}" ]]
 		then
 			print_error 1 "Found the following dynamically linked programs:"