OSDN Git Service

format comment using GNU-style
authorcgf <cgf>
Fri, 21 Apr 2006 19:40:48 +0000 (19:40 +0000)
committercgf <cgf>
Fri, 21 Apr 2006 19:40:48 +0000 (19:40 +0000)
winsup/cygwin/environ.cc

index f0016b8..b96eaa0 100644 (file)
@@ -189,13 +189,10 @@ posify (char **here, const char *value)
   MALLOC_CHECK;
 }
 
-/*
- * my_findenv --
- *     Returns pointer to value associated with name, if any, else NULL.
- *     Sets offset to be the offset of the name/value combination in the
- *     environment array, for use by setenv(3) and unsetenv(3).
- *     Explicitly removes '=' in argument name.
- */
+/* Returns pointer to value associated with name, if any, else NULL.
+  Sets offset to be the offset of the name/value combination in the
+  environment array, for use by setenv(3) and unsetenv(3).
+  Explicitly removes '=' in argument name.  */
 
 static char * __stdcall
 my_findenv (const char *name, int *offset)