Pod whitespace cleanup, round 0.
[p5sagit/p5-mst-13.2.git] / util.c
diff --git a/util.c b/util.c
index 9607d46..3012de7 100644 (file)
--- a/util.c
+++ b/util.c
@@ -3919,9 +3919,9 @@ Perl_getcwd_sv(pTHX_ register SV *sv)
 
 Returns a pointer to the next character after the parsed
 vstring, as well as updating the passed in sv.
- *
+
 Function must be called like
-       
+
         sv = NEWSV(92,5);
        s = new_vstring(s,sv);