summaryrefslogtreecommitdiff
path: root/table/clear_land.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-08-22 14:38:37 +0000
committerrubidium <rubidium@openttd.org>2006-08-22 14:38:37 +0000
commit480af9c9171badb7db906d2cc05856f4c2d87b73 (patch)
tree2a3621a92a3d30384ea51e0898d08f035a559915 /table/clear_land.h
parent5f4dbbd52264b986efc248a6ccb02dbde4ca6c0e (diff)
downloadopenttd-480af9c9171badb7db906d2cc05856f4c2d87b73.tar.xz
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
Diffstat (limited to 'table/clear_land.h')
-rw-r--r--table/clear_land.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/table/clear_land.h b/table/clear_land.h
index e2d167faa..581c86855 100644
--- a/table/clear_land.h
+++ b/table/clear_land.h
@@ -12,17 +12,17 @@ static const SpriteID _landscape_clear_sprites[8] = {
};
static const byte _fence_mod_by_tileh[32] = {
- 0,2,4,0,0,2,4,0,
- 0,2,4,0,0,2,4,0,
- 0,2,4,0,0,2,4,4,
- 0,2,4,2,0,2,4,0,
+ 0, 2, 4, 0, 0, 2, 4, 0,
+ 0, 2, 4, 0, 0, 2, 4, 0,
+ 0, 2, 4, 0, 0, 2, 4, 4,
+ 0, 2, 4, 2, 0, 2, 4, 0,
};
static const byte _fence_mod_by_tileh_2[32] = {
- 1,1,5,5,3,3,1,1,
- 1,1,5,5,3,3,1,1,
- 1,1,5,5,3,3,1,5,
- 1,1,5,5,3,3,3,1,
+ 1, 1, 5, 5, 3, 3, 1, 1,
+ 1, 1, 5, 5, 3, 3, 1, 1,
+ 1, 1, 5, 5, 3, 3, 1, 5,
+ 1, 1, 5, 5, 3, 3, 3, 1,
};