]> git.sur5r.net Git - cc65/blobdiff - test/val/cq22.c
remote TABs in doc/ and test/
[cc65] / test / val / cq22.c
index bcd1570c8aac4855688646079cbdc9aac2e44fdd..015b7bf776b1ac7cee4e4dd52731bbdccb8049cf 100644 (file)
@@ -101,9 +101,9 @@ int s22(struct defs *pd0)
 #define cq_sections 1
 
 #ifndef NO_TYPELESS_STRUCT_PTR
-       int section(int j,struct* pd0){
+        int section(int j,struct* pd0){
 #else
-       int section(int j,void* pd0){
+        int section(int j,void* pd0){
 #endif
         switch(j){
                 case 0: return s22(pd0);
@@ -125,7 +125,7 @@ int main(int n,char **args) {
 
 int j;
 static struct defs d0, *pd0;
-       
+        
    d0.flgs = 1;          /* These flags dictate            */
    d0.flgm = 1;          /*     the verbosity of           */
    d0.flgd = 1;          /*         the program.           */