forked from mirror/OpenTTD
(svn r5136) Fix various style bugs:
- Trailing whitespace - Trailing empty lines - Missing newline at EOF - Missing svn:eol-style native
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user