From fd3ce87f734526e1fd389c027f189a21e6e01322 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 19 Dec 2022 12:47:42 +0100 Subject: [PATCH] Cygwin: check_reparse_point_target: fix comment format Signed-off-by: Corinna Vinschen --- 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 c044d5295..4df389bba 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 == 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 treated 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),