Codefix: missing space between close parenthesis and open curly brace
This commit is contained in:
@@ -2299,7 +2299,7 @@ static void SetDefaultRailGui()
|
||||
case 0: {
|
||||
/* Use first available type */
|
||||
std::vector<RailType>::const_iterator it = std::find_if(_sorted_railtypes.begin(), _sorted_railtypes.end(),
|
||||
[](RailType r){ return HasRailTypeAvail(_local_company, r); });
|
||||
[](RailType r) { return HasRailTypeAvail(_local_company, r); });
|
||||
rt = it != _sorted_railtypes.end() ? *it : RAILTYPE_BEGIN;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user