summaryrefslogtreecommitdiff
path: root/src/metatile_behavior.c
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-05-05 16:16:54 +0200
committerYamaArashi <YamaArashi@users.noreply.github.com>2017-05-05 09:47:54 -0700
commitc8e8e7dcfc60ab2769c0c1ada5a580ec1c1c4d5d (patch)
treec7033d6f1eb7b30a8be59c2e721ff6b13f1a7ce0 /src/metatile_behavior.c
parent1d0e8cbbd6955b4e20fb25d8a3df9297bb378f1b (diff)
Remove trailing whitespace
Diffstat (limited to 'src/metatile_behavior.c')
-rw-r--r--src/metatile_behavior.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metatile_behavior.c b/src/metatile_behavior.c
index a7fb5abef..befd6f20d 100644
--- a/src/metatile_behavior.c
+++ b/src/metatile_behavior.c
@@ -3,7 +3,7 @@
#define TILE_ATTRIBUTES(three, two, one) (((one) ? 1 : 0) | ((two) ? 2 : 0) | ((three) ? 4 : 0))
-static const u8 sTileBitAttributes[] =
+static const u8 sTileBitAttributes[] =
{
TILE_ATTRIBUTES(TRUE, FALSE, FALSE),
TILE_ATTRIBUTES(FALSE, FALSE, FALSE),