The branch main has been updated by bapt:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=45b252fc9182b96342b8a598f271e49c20cbfe40

commit 45b252fc9182b96342b8a598f271e49c20cbfe40
Author:     Baptiste Daroussin <[email protected]>
AuthorDate: 2021-01-26 09:52:22 +0000
Commit:     Baptiste Daroussin <[email protected]>
CommitDate: 2021-01-27 11:18:45 +0000

    cp: fix indentation
    
    No functional changes
---
 bin/cp/utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/cp/utils.c b/bin/cp/utils.c
index 7742b0d0a516..e7ae0c9dd733 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -235,7 +235,7 @@ copy_file(const FTSENT *entp, int dne)
                        do {
                                if (use_copy_file_range) {
                                        rcount = copy_file_range(from_fd, NULL,
-                                           to_fd, NULL, SSIZE_MAX, 0);
+                                           to_fd, NULL, SSIZE_MAX, 0);
                                        if (rcount < 0 && errno == EINVAL) {
                                                /* Prob a non-seekable FD */
                                                use_copy_file_range = 0;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "[email protected]"

Reply via email to