]> git.sur5r.net Git - cc65/blobdiff - src/common/intptrstack.h
remove TABs
[cc65] / src / common / intptrstack.h
index a7b1c668356fec428d9b23e3bb9fc9b3cd84521b..4e9cf08f44a7a783f2c3ea007fa5861b96176cf7 100644 (file)
@@ -47,8 +47,8 @@
 
 typedef struct IntPtrStack IntPtrStack;
 struct IntPtrInner {
-       long val;
-       void *ptr;
+        long val;
+        void *ptr;
 };
 struct IntPtrStack {
     unsigned    Count;