diff options
author | Andy Broad <andy@broad.ology.org.uk> | 2015-09-13 17:40:23 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-09-16 07:44:31 -0400 |
commit | f8e1187fa56a731e619e7578abfa2e22545c57cc (patch) | |
tree | 199a00838de49c3de2cbadac5146b7f988a6fbbb /unixish.h | |
parent | ea34f6bdec386db6b5e951fae85f430965078a86 (diff) | |
download | perl-f8e1187fa56a731e619e7578abfa2e22545c57cc.tar.gz |
amigaos4: whitespace only
For preprocessor code use 2-indent instead of 4-indent.
Diffstat (limited to 'unixish.h')
-rw-r--r-- | unixish.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -125,11 +125,11 @@ #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) |