(svn r18342) -Fix: erroneous spaces before ;
This commit is contained in:
@@ -217,7 +217,7 @@ struct SpecializedStation : public BaseStation {
|
||||
*/
|
||||
static FORCEINLINE T *GetIfValid(size_t index)
|
||||
{
|
||||
return IsValidID(index) ? Get(index) : NULL ;
|
||||
return IsValidID(index) ? Get(index) : NULL;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user