mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
Add line breaks after template declarations (#23086)
* Add line breaks after template declarations * Additional clang-format patches
This commit is contained in:
@@ -40,7 +40,8 @@ static void OpenSSLInitialise()
|
||||
}
|
||||
}
|
||||
|
||||
template<typename TBase> class OpenSSLHashAlgorithm final : public TBase
|
||||
template<typename TBase>
|
||||
class OpenSSLHashAlgorithm final : public TBase
|
||||
{
|
||||
private:
|
||||
const EVP_MD* _type;
|
||||
|
||||
Reference in New Issue
Block a user