diff options
author | tron <tron@openttd.org> | 2006-06-27 21:25:53 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-06-27 21:25:53 +0000 |
commit | 2b27073156f40df263cf653263488b8d72a76236 (patch) | |
tree | 1bfdb9c99b43fdc3b07ac13cbed4259a06d34f6f /engine.h | |
parent | c126ce110ee33bffe07dac5283d8a1648dc662b7 (diff) | |
download | openttd-2b27073156f40df263cf653263488b8d72a76236.tar.xz |
(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular
Diffstat (limited to 'engine.h')
-rw-r--r-- | engine.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -159,8 +159,8 @@ VARDEF Engine _engines[TOTAL_NUM_ENGINES]; static inline Engine* GetEngine(EngineID i) { - assert(i < lengthof(_engines)); - return &_engines[i]; + assert(i < lengthof(_engines)); + return &_engines[i]; } VARDEF StringID _engine_name_strings[TOTAL_NUM_ENGINES]; |