summaryrefslogtreecommitdiff
path: root/src/shape_maps.c
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-11-29 02:14:29 +0300
committerOxore <oxore@protonmail.com>2017-11-29 02:14:29 +0300
commit66783797c33d457e9d4d7ca669a6ad1fa3cf554c (patch)
tree8f63ff37fb65d6053a35fc271245a2628d609a34 /src/shape_maps.c
parentcbe7e7f3803ecb7d4c8b3a0ebf06e086fdf0bd9f (diff)
Change coding style
Diffstat (limited to 'src/shape_maps.c')
-rw-r--r--src/shape_maps.c56
1 files changed, 28 insertions, 28 deletions
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}};