mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-23 04:04:09 +01:00
Codechange: Space between template and < (#13278)
Make it all consistent so it matches CODINGSTYLE.
This commit is contained in:
@@ -1304,7 +1304,7 @@ struct SettingsContainer {
|
||||
typedef std::vector<BaseSettingEntry*> EntryVector;
|
||||
EntryVector entries; ///< Settings on this page
|
||||
|
||||
template<typename T>
|
||||
template <typename T>
|
||||
T *Add(T *item)
|
||||
{
|
||||
this->entries.push_back(item);
|
||||
|
||||
Reference in New Issue
Block a user