This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
amigaos4: whitespace only
authorAndy Broad <andy@broad.ology.org.uk>
Sun, 13 Sep 2015 21:40:23 +0000 (17:40 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 16 Sep 2015 11:44:31 +0000 (07:44 -0400)
For preprocessor code use 2-indent instead of 4-indent.

unixish.h

index a3985e1..5b57138 100644 (file)
--- a/unixish.h
+++ b/unixish.h
 
 #ifdef __amigaos4__
 int afstat(int fd, struct stat *statb);
-#    define Fstat(fd,bufptr) afstat((fd),(bufptr))
+#  define Fstat(fd,bufptr) afstat((fd),(bufptr))
 #endif
 
 #ifndef Fstat
-#    define Fstat(fd,bufptr)   fstat((fd),(bufptr))
+#  define Fstat(fd,bufptr)   fstat((fd),(bufptr))
 #endif
 
 #define Fflush(fp)         fflush(fp)