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/shape_maps.c | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'src/shape_maps.c') diff --git a/src/shape_maps.c b/src/shape_maps.c index 6fc99ab..0ee8d49 100644 --- a/src/shape_maps.c +++ b/src/shape_maps.c @@ -14,10 +14,10 @@ * .... .... .... .... */ uint8_t arrShapeL[4][4] = { - {0, 0, 0, 0}, - {0, 0, 0, 0}, - {1, 1, 1, 0}, - {0, 0, 1, 0}}; + {0, 0, 0, 0}, + {0, 0, 0, 0}, + {1, 1, 1, 0}, + {0, 0, 1, 0}}; /* * RL #2 tBlue @@ -28,10 +28,10 @@ uint8_t arrShapeL[4][4] = { */ uint8_t arrShapeRL[4][4] = { - {0, 0, 0, 0}, - {0, 0, 0, 0}, - {1, 1, 1, 0}, - {1, 0, 0, 0}}; + {0, 0, 0, 0}, + {0, 0, 0, 0}, + {1, 1, 1, 0}, + {1, 0, 0, 0}}; /* * Z #3 @@ -41,10 +41,10 @@ uint8_t arrShapeRL[4][4] = { * .... .... .... .... */ uint8_t arrShapeZ[4][4] = { - {0, 0, 0, 0}, - {0, 0, 0, 0}, - {0, 1, 1, 0}, - {1, 1, 0, 0}}; + {0, 0, 0, 0}, + {0, 0, 0, 0}, + {0, 1, 1, 0}, + {1, 1, 0, 0}}; /* * S #4 @@ -54,10 +54,10 @@ uint8_t arrShapeZ[4][4] = { * .... .... .... .... */ uint8_t arrShapeS[4][4] = { - {0, 0, 0, 0}, - {0, 0, 0, 0}, - {1, 1, 0, 0}, - {0, 1, 1, 0}}; + {0, 0, 0, 0}, + {0, 0, 0, 0}, + {1, 1, 0, 0}, + {0, 1, 1, 0}}; /* @@ -68,10 +68,10 @@ uint8_t arrShapeS[4][4] = { * .... .... .... .... */ uint8_t arrShapeB[4][4] = { - {0, 0, 0, 0}, - {0, 0, 0, 0}, - {0, 1, 1, 0}, - {0, 1, 1, 0}}; + {0, 0, 0, 0}, + {0, 0, 0, 0}, + {0, 1, 1, 0}, + {0, 1, 1, 0}}; /* @@ -82,10 +82,10 @@ uint8_t arrShapeB[4][4] = { * .#.. .... .#.. .... */ uint8_t arrShapeI[4][4] = { - {0, 0, 0, 0}, - {0, 0, 0, 0}, - {1, 1, 1, 1}, - {0, 0, 0, 0}}; + {0, 0, 0, 0}, + {0, 0, 0, 0}, + {1, 1, 1, 1}, + {0, 0, 0, 0}}; /* @@ -96,8 +96,8 @@ uint8_t arrShapeI[4][4] = { * .... .... .... .... */ uint8_t arrShapeT[4][4] = { - {0, 0, 0, 0}, - {0, 0, 0, 0}, - {1, 1, 1, 0}, - {0, 1, 0, 0}}; + {0, 0, 0, 0}, + {0, 0, 0, 0}, + {1, 1, 1, 0}, + {0, 1, 0, 0}}; -- cgit v1.2.3