]> git.sur5r.net Git - cc65/blobdiff - test/val/cq72.c
remote TABs in doc/ and test/
[cc65] / test / val / cq72.c
index 2f956e59d0faceb0d34640efaef7d6a9cebc1c3f..421177a0b4470bd5f37526108b1cb9db6239033e 100644 (file)
@@ -299,9 +299,9 @@ int s72(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 s26(pd0);
@@ -326,7 +326,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.           */