develooper Front page | perl.perl5.porters | Postings from February 2011

[perl #84246] [PATCH] Fix pod lint - warnings on empty lines

Thread Previous
From:
Michael Stevens
Date:
February 16, 2011 05:39
Subject:
[perl #84246] [PATCH] Fix pod lint - warnings on empty lines
Message ID:
rt-3.6.HEAD-24085-1297863584-308.84246-75-0@perl.org
# New Ticket Created by  Michael Stevens 
# Please include the string:  [perl #84246]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=84246 >


---
 Porting/pumpkin.pod |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Porting/pumpkin.pod b/Porting/pumpkin.pod
index 857b74c..88eee27 100644
--- a/Porting/pumpkin.pod
+++ b/Porting/pumpkin.pod
@@ -1205,14 +1205,14 @@ function.
   /* Beginning of modification history */
   /* Written 02-01-02 by Nick Ing-Simmons (nick@ing-simmons.net) */
   /* End of modification history */
-  
+
   /* VOS doesn't supply a truncate function, so we build one up
      from the available POSIX functions.  */
-  
+
   #include <fcntl.h>
   #include <sys/types.h>
   #include <unistd.h>
-  
+
   int
   truncate(const char *path, off_t len)
   {
@@ -1250,7 +1250,7 @@ not "vos.c".
   # VOS does not have truncate() but we supply one in vos.c
   d_truncate="define"
   archobjs="vos.o"
-  
+
   # Help gmake find vos.c
   test -h vos.c || ln -s vos/vos.c vos.c
 
-- 
1.7.3.1


Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About