mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-24 12:44:10 +01:00
Codechange: Space between template and < (#13278)
Make it all consistent so it matches CODINGSTYLE.
This commit is contained in:
@@ -1387,7 +1387,7 @@ public:
|
||||
/**
|
||||
* Template version of Button, with callback support.
|
||||
*/
|
||||
template<typename T>
|
||||
template <typename T>
|
||||
class Button : public ButtonCommon {
|
||||
private:
|
||||
typedef void (*ButtonCallback)(struct NetworkClientListWindow *w, Point pt, T id); ///< Callback function to call on click.
|
||||
|
||||
Reference in New Issue
Block a user