summaryrefslogtreecommitdiff
path: root/unmovable_map.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-06-05 18:10:43 +0000
committertron <tron@openttd.org>2006-06-05 18:10:43 +0000
commit020721565a3ffef5f85334ab7ab4dad177225727 (patch)
tree356bc300fd45ff0a0d35cdacbe66a1f623c0d2ea /unmovable_map.h
parentf764f9a5b01b468ce033a2cff1064a70e6af9d5f (diff)
downloadopenttd-020721565a3ffef5f85334ab7ab4dad177225727.tar.xz
(svn r5136) Fix various style bugs:
- Trailing whitespace - Trailing empty lines - Missing newline at EOF - Missing svn:eol-style native
Diffstat (limited to 'unmovable_map.h')
-rw-r--r--unmovable_map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/unmovable_map.h b/unmovable_map.h
index c34e6c590..5fa62a441 100644
--- a/unmovable_map.h
+++ b/unmovable_map.h
@@ -114,4 +114,3 @@ static inline void MakeCompanyHQ(TileIndex t, Owner o)
MakeUnmovable(t + TileDiffXY(1, 0), UNMOVABLE_HQ_EAST, o);
MakeUnmovable(t + TileDiffXY(1, 1), UNMOVABLE_HQ_SOUTH, o);
}
-