Reformated comments and long lines
[mmh] / sbr / putenv.c
index bade935..5b53298 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * putenv.c -- (un)set an envariable
- *
- * This code is Copyright (c) 2002, by the authors of nmh.  See the
- * COPYRIGHT file in the root directory of the nmh distribution for
- * complete copyright information.
- */
+** putenv.c -- (un)set an envariable
+**
+** This code is Copyright (c) 2002, by the authors of nmh.  See the
+** COPYRIGHT file in the root directory of the nmh distribution for
+** complete copyright information.
+*/
 
 #include <h/mh.h>
 #include <h/utils.h>
@@ -12,8 +12,8 @@
 extern char **environ;
 
 /*
- * prototypes
- */
+** prototypes
+*/
 int m_putenv (char *, char *);
 int unputenv (char *);
 static int nvmatch (char *, char *);