clang-format: Set AllowAllConstructorInitializersOnNextLine to false

This commit is contained in:
derrod
2023-07-11 19:02:34 +02:00
committed by Lain
parent 1739272c44
commit dcc07cfe4e
45 changed files with 159 additions and 71 deletions

View File

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