From 66783797c33d457e9d4d7ca669a6ad1fa3cf554c Mon Sep 17 00:00:00 2001 From: Oxore Date: Wed, 29 Nov 2017 02:14:29 +0300 Subject: Change coding style --- src/include/common.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/include/common.h') diff --git a/src/include/common.h b/src/include/common.h index b080898..bc3911a 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -13,8 +13,8 @@ #include "tet_conf.h" struct tCell { - uint8_t a; // active/empty state of cell - sfColor fColor; // fill color + uint8_t a; // active/empty state of cell + sfColor fColor; // fill color }; struct tCell fldCAtt[25][10];// fld cells attributes @@ -31,11 +31,11 @@ struct tCell fldCAtt[25][10];// fld cells attributes */ struct shapeSt { - int x; // x coord of shape's left side - int y; // y coord of shape's bottom - int t; // shape type - sfColor fColor; // shape color - uint8_t c[4][4]; // array of shape cells + int x; // x coord of shape's left side + int y; // y coord of shape's bottom + int t; // shape type + sfColor fColor; // shape color + uint8_t c[4][4]; // array of shape cells }; struct shapeSt actiSh; -- cgit v1.2.3