Skip to content

Commit

Permalink
amigaos4: whitespace only
Browse files Browse the repository at this point in the history
For preprocessor code use 2-indent instead of 4-indent.
  • Loading branch information
Andy Broad authored and jhi committed Sep 16, 2015
1 parent ea34f6b commit f8e1187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unixish.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f8e1187

Please sign in to comment.