mirror of https://github.com/OpenTTD/OpenTTD
Codefix: Clean up incorrect indentation for multi-line comments. (#14383)
parent
a927925996
commit
5766ba51d7
|
@ -40,8 +40,8 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the currently known sound loaders.
|
* Get the currently known providers.
|
||||||
* @return The known sound loaders.
|
* @return The known providers.
|
||||||
*/
|
*/
|
||||||
static std::vector<TProviderType *> &GetProviders()
|
static std::vector<TProviderType *> &GetProviders()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue