(svn r17168) -Codechange: apply coding style to if and while statements

This commit is contained in:
smatz
2009-08-14 17:11:59 +00:00
parent 3108ff7ac6
commit c5533ae470
9 changed files with 10 additions and 10 deletions

View File

@@ -143,7 +143,7 @@ class BuildIndustryWindow : public Window {
*/
for (ind = 0; ind < NUM_INDUSTRYTYPES; ind++) {
indsp = GetIndustrySpec(ind);
if (indsp->enabled){
if (indsp->enabled) {
/* Rule is that editor mode loads all industries.
* In game mode, all non raw industries are loaded too
* and raw ones are loaded only when setting allows it */