]> git.sur5r.net Git - cc65/blobdiff - test/val/cq81.c
remote TABs in doc/ and test/
[cc65] / test / val / cq81.c
index 0271cae5d6e22fd17d3340d4e1f9aca81bd8d65c..85e1ac1d685b5c4a63105795d970fed79626b747 100644 (file)
@@ -682,9 +682,9 @@ test is unreliable.              */
 *********************************************************************************************/
 
 #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 s81(pd0);
@@ -708,7 +708,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.           */