]> git.sur5r.net Git - cc65/blobdiff - test/val/cq86.c
remote TABs in doc/ and test/
[cc65] / test / val / cq86.c
index 9f2409e7a53641589591074dea89f87a7cd19d73..9c850662af6b48b9b0e2215c7004d5a3b93bd942 100644 (file)
@@ -183,9 +183,9 @@ int *metricp;
 *********************************************************************************************/
 
 #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 s86(pd0);
@@ -209,7 +209,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.           */