mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-17 09:22:42 +01:00
Codefix: Codestyle consistency fixes. (#14008)
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
/**
|
||||
* Append integer 'value' in given number 'base'.
|
||||
*/
|
||||
template<class T>
|
||||
template <class T>
|
||||
void PutIntegerBase(T value, int base)
|
||||
{
|
||||
std::array<char, 32> buf;
|
||||
@@ -67,8 +67,7 @@ public:
|
||||
/**
|
||||
* Compose data into a growing std::string.
|
||||
*/
|
||||
class StringBuilder final : public BaseStringBuilder
|
||||
{
|
||||
class StringBuilder final : public BaseStringBuilder {
|
||||
std::string *dest;
|
||||
public:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user