]> git.sur5r.net Git - cc65/blobdiff - test/val/cq241.c
remote TABs in doc/ and test/
[cc65] / test / val / cq241.c
index d7d8ed9529eef6f13fb8c85f6fec704d1a397a3b..1f66a378c30540bf6405ef71377e1d8f2258f0a5 100644 (file)
@@ -4,6 +4,8 @@
   !!LICENCE!!     own, freely distributeable for non-profit. read CPYRIGHT.LCC
 */
 
+#include "common.h"
+
 struct defs {
      int cbits;          /* No. of bits per char           */
      int ibits;          /*                 int            */
@@ -241,9 +243,9 @@ int s241(struct defs *pd0) {
 #define cq_sections 1
 
 #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 s241(pd0);
@@ -265,7 +267,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.           */