]> diplodocus.org Git - nmh/blobdiff - sbr/trimcpy.c
path.c: Move interface to own file.
[nmh] / sbr / trimcpy.c
index 625c26c0ac0e022fff023db542293c05517fbd03..6ed00b992079f883b2cb454f43d149b761a51076 100644 (file)
@@ -7,8 +7,8 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
-#include <h/utils.h>
+#include "h/mh.h"
+#include "h/utils.h"
 
 
 char *
@@ -49,7 +49,8 @@ trimcpy (char *cp)
  * complete copyright information.
  */
 char *
-cpytrim (const char *sp) {
+cpytrim (const char *sp)
+{
     char *dp;
     char *cp;
 
@@ -81,7 +82,8 @@ cpytrim (const char *sp) {
  * complete copyright information.
  */
 char *
-rtrim (char *sp) {
+rtrim (char *sp)
+{
     char *cp;
 
     /* start at the end and zap trailing whitespace */