[newlib-cygwin] Cygwin: sys/cygwin.h: fix formatting

Corinna Vinschen corinna@sourceware.org
Sat Mar 23 16:52:00 GMT 2019


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4afc52d57cc9355a95728235e7ce3a6664c36df4

commit 4afc52d57cc9355a95728235e7ce3a6664c36df4
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Sat Mar 23 17:50:47 2019 +0100

    Cygwin: sys/cygwin.h: fix formatting
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/include/sys/cygwin.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/winsup/cygwin/include/sys/cygwin.h b/winsup/cygwin/include/sys/cygwin.h
index fc91d04..805671e 100644
--- a/winsup/cygwin/include/sys/cygwin.h
+++ b/winsup/cygwin/include/sys/cygwin.h
@@ -54,9 +54,9 @@ enum
   CCP_CONVTYPE_MASK = 3,
 
   /* Or these values to the above as needed. */
-  CCP_ABSOLUTE = 0,	  	/* Request absolute path (default). 	*/
-  CCP_RELATIVE = 0x100,    	/* Request to keep path relative.   	*/
-  CCP_PROC_CYGDRIVE = 0x200,   	/* Request to return /proc/cygdrive
+  CCP_ABSOLUTE = 0,		/* Request absolute path (default).	*/
+  CCP_RELATIVE = 0x100,		/* Request to keep path relative.	*/
+  CCP_PROC_CYGDRIVE = 0x200,	/* Request to return /proc/cygdrive
 				   path (only with CCP_*_TO_POSIX).   */
 
   CCP_CONVFLAGS_MASK = 0x300,



More information about the Cygwin-cvs mailing list