commit: 22e027aef2ddb49d1c4e2423b5b1f3c209ac8efe
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 7 07:25:34 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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.
*/