From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id DC1363858421; Tue, 20 Dec 2022 21:54:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC1363858421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671573271; bh=Vqv7HZQ8p11WhqVdIrn9ZTxRYeqcSh5AFXJ2+BYD9oc=; h=From:To:Subject:Date:From; b=qlYjoAFkt7lyB8jzKAJkJ9jSAMSNAS3v3NOnxTPi8Gg8JoBvS4srPSl5Z/V0LGgKs AGUnJhYr6888vhXKEBlgKiPXtoDGIVf+o0KGqPeBw/YoLixQVUTuEfBIaLVIOp0l5F KTceH99Vlg24nS5YB/ocDXx+JWB9Qu7jXxFLBTWs= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: check_reparse_point_target: fix comment format X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: d6468d6b9f7c88fccd64c13470d1cf3938fe3f17 X-Git-Newrev: fd3ce87f734526e1fd389c027f189a21e6e01322 Message-Id: <20221220215431.DC1363858421@sourceware.org> Date: Tue, 20 Dec 2022 21:54:31 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Dfd3ce87f734= 526e1fd389c027f189a21e6e01322 commit fd3ce87f734526e1fd389c027f189a21e6e01322 Author: Corinna Vinschen AuthorDate: Mon Dec 19 12:47:42 2022 +0100 Commit: Corinna Vinschen CommitDate: Tue Dec 20 10:13:59 2022 +0100 Cygwin: check_reparse_point_target: fix comment format =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/path.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index c044d5295ed5..4df389bba257 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -2565,10 +2565,10 @@ check_reparse_point_target (HANDLE h, bool remote, = PREPARSE_DATA_BUFFER rp, } if (rp->ReparseTag =3D=3D IO_REPARSE_TAG_SYMLINK) { - /* Windows evaluates native symlink literally. If a remote symlink = points - to, say, C:\foo, it will be handled as if the target is the local= file - C:\foo. That comes in handy since that's how symlinks are treate= d under - POSIX as well. */ + /* Windows evaluates native symlink literally. If a remote symlink + points to, say, C:\foo, it will be handled as if the target is the + local file C:\foo. That comes in handy since that's how symlinks + are treated under POSIX as well. */ RtlInitCountedUnicodeString (psymbuf, (PWCHAR)((PBYTE) rp->SymbolicLinkReparseBuffer.PathBuffer + rp->SymbolicLinkReparseBuffer.SubstituteNameOffset),