]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/pmemalign.c
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / libsrc / common / pmemalign.c
index a8f34f7f6826d3f527c40033bf17fa08e6b88df6..e1dc497a279cd13f191e17a5abfc2fa01f78a6c0 100644 (file)
 
 
 
-#include <stddef.h>                    /* define NULL */
-#include <stdlib.h>                    /* declare function's prototype */
+#include <stddef.h>                     /* define NULL */
+#include <stdlib.h>                     /* declare function's prototype */
 #include <_heap.h>
 
 #include <errno.h>
-#define EOK            0               /* No errors (non-standard name) */
+#define EOK             0               /* No errors (non-standard name) */