]> git.sur5r.net Git - cc65/blobdiff - test/val/cq757.c
remote TABs in doc/ and test/
[cc65] / test / val / cq757.c
index 60b588555fa55a724cfb67fdc1ce1dd6c7f4d4f1..cf28f79e38b1fd9da3645ea9521e791882d567e6 100644 (file)
@@ -289,9 +289,9 @@ int s757(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);