From: ol.sc Date: Sun, 24 Jun 2012 19:59:49 +0000 (+0000) Subject: Minor adjustment to Apple II coding style (two spaces for macro definitions). X-Git-Tag: V2.14~329 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1bafd55557d380a0d8a55038254277d0f8d5b236;p=cc65 Minor adjustment to Apple II coding style (two spaces for macro definitions). git-svn-id: svn://svn.cc65.org/cc65/trunk@5739 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/dirent.h b/include/dirent.h index 2a4f42f17..bcc44834e 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -73,10 +73,10 @@ struct dirent { } d_mtime; }; -#define _DE_ISREG(t) ((t) != $0F) -#define _DE_ISDIR(t) ((t) == $0F) -#define _DE_ISLBL(t) (0) -#define _DE_ISLNK(t) (0) +#define _DE_ISREG(t) ((t) != $0F) +#define _DE_ISDIR(t) ((t) == $0F) +#define _DE_ISLBL(t) (0) +#define _DE_ISLNK(t) (0) #elif defined(__ATARI__)