mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-23 07:59:23 -04:00
clang-format: Set AllowAllConstructorInitializersOnNextLine to false
This commit is contained in:
@@ -97,7 +97,9 @@ struct FormatDesc {
|
||||
inline FormatDesc() = default;
|
||||
inline FormatDesc(const char *name, const char *mimeType,
|
||||
const ff_format_desc *desc = nullptr)
|
||||
: name(name), mimeType(mimeType), desc(desc)
|
||||
: name(name),
|
||||
mimeType(mimeType),
|
||||
desc(desc)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user