X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=test%2Fhelpers.h;h=bc0a6042c2262ca15a7d761b497b8dae537c82b7;hb=HEAD;hp=3e8c32bb8381b8f700ac36b3d58f4483a3040fd0;hpb=0261c3b62a23974d7be2db9335dde5e9ff4ddc23;p=cgds.git diff --git a/test/helpers.h b/test/helpers.h index 3e8c32b..bc0a604 100644 --- a/test/helpers.h +++ b/test/helpers.h @@ -3,13 +3,13 @@ // types (POD) to be used as items inside our data structures typedef struct { - int a; - double b; + int a; + double b; } StructTest1; typedef struct { - float a; - StructTest1* b; + float a; + StructTest1* b; } StructTest2; #endif