clang-format: Set AllowAllConstructorInitializersOnNextLine to false

This commit is contained in:
derrod
2023-07-15 16:14:55 -07:00
committed by Lain
parent 1739272c44
commit dcc07cfe4e
45 changed files with 159 additions and 71 deletions
+3 -1
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)
{
}