]> git.sur5r.net Git - cc65/blobdiff - test/val/cq4.c
remote TABs in doc/ and test/
[cc65] / test / val / cq4.c
index 8a8125c527fb7ecbd2d9a36c4b865e871f292f8d..a8b6b1d527a3eba8ed49cbd48e02145db143788e 100644 (file)
@@ -317,9 +317,9 @@ setev(){
 *********************************************************************************************/
 
 #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);
@@ -344,7 +344,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.           */