]> git.sur5r.net Git - cc65/blobdiff - test/val/cq714b.c
remote TABs in doc/ and test/
[cc65] / test / val / cq714b.c
index b4908f4cbe6e2e388897980d1e3bef4da9a706e9..9538281b8a95d39b0f50bf92fb17d67046a555a5 100644 (file)
@@ -971,9 +971,9 @@ initial         (5,2)       |    (5,2)    |  (12,10)
 *********************************************************************************************/
 
 #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 s714(pd0);
@@ -997,7 +997,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.           */