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.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 DFD9315806E for ; Wed, 7 Jun 2023 07:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A4A7E07E6; Wed, 7 Jun 2023 07:29:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0FB57E07E6 for ; Wed, 7 Jun 2023 07:29:41 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 273E5335D50 for ; Wed, 7 Jun 2023 07:29:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 861B1990 for ; Wed, 7 Jun 2023 07:29:39 +0000 (UTC) From: "Sam James" 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" Message-ID: <1686122734.22e027aef2ddb49d1c4e2423b5b1f3c209ac8efe.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: src/ X-VCS-Repository: proj/portage X-VCS-Files: src/portage_util_file_copy_reflink_linux.c X-VCS-Directories: src/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 22e027aef2ddb49d1c4e2423b5b1f3c209ac8efe X-VCS-Branch: master Date: Wed, 7 Jun 2023 07:29:39 +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: 5296aa60-5291-489b-aad2-f6f9b63fe6b9 X-Archives-Hash: 3fdcc41a778363d785baa91c0738f2e8 commit: 22e027aef2ddb49d1c4e2423b5b1f3c209ac8efe Author: Sam James gentoo org> AuthorDate: Wed Jun 7 07:25:34 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 7 07:25:34 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=22e027ae src: fix comment whitespace Signed-off-by: Sam James gentoo.org> src/portage_util_file_copy_reflink_linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/portage_util_file_copy_reflink_linux.c b/src/portage_util_file_copy_reflink_linux.c index f0badc0e9..74ba4a010 100644 --- a/src/portage_util_file_copy_reflink_linux.c +++ b/src/portage_util_file_copy_reflink_linux.c @@ -1,4 +1,4 @@ -/* Copyright 2017-2020 Gentoo Authors +/* Copyright 2017-2023 Gentoo Authors * Distributed under the terms of the GNU General Public License v2 */ @@ -195,7 +195,7 @@ do_lseek_data(int fd_out, int fd_in, off_t *off_out) { * If a syscall is interrupted by a signal, then the function will * automatically resume copying a the appropriate location which is * tracked internally by the offset_out variable. - * + * * Return: The length of the output file on success. Raise OSError * on failure. */