1
0
Fork 0

Codefix: Clean up incorrect indentation for multi-line comments. (#14383)

pull/13945/head
Peter Nelson 2025-06-20 19:01:44 +01:00 committed by GitHub
parent a927925996
commit 5766ba51d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 23 additions and 23 deletions

View File

@ -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()
{ {