]> git.sur5r.net Git - cc65/blobdiff - test/val/cq7813.c
remote TABs in doc/ and test/
[cc65] / test / val / cq7813.c
index 0e743abcdaf639bde64190d16596b5c54645de20..9d4308a3ef40393195e3309f3cab507c71b42105 100644 (file)
@@ -336,9 +336,9 @@ int s7813(struct defs *pd0){
 *********************************************************************************************/
 
 #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 s7813(pd0);
@@ -362,7 +362,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.           */