aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-07 08:25:34 +0100
committerSam James <sam@gentoo.org>2023-06-07 08:25:34 +0100
commit22e027aef2ddb49d1c4e2423b5b1f3c209ac8efe (patch)
treefc25156e186842b685050be09ef480c3d79519a3
parentdosym: Don't add a spurious newline to the path (diff)
downloadportage-22e027ae.tar.gz
portage-22e027ae.tar.bz2
portage-22e027ae.zip
src: fix comment whitespace
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--src/portage_util_file_copy_reflink_linux.c4
1 files 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.
*/