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
+2 -1
View File
@@ -16,7 +16,8 @@ static bool updatingMultiview = false, mouseSwitching, transitionOnDoubleClick;
OBSProjector::OBSProjector(QWidget *widget, obs_source_t *source_, int monitor,
ProjectorType type_)
: OBSQTDisplay(widget, Qt::Window), weakSource(OBSGetWeakRef(source_))
: OBSQTDisplay(widget, Qt::Window),
weakSource(OBSGetWeakRef(source_))
{
OBSSource source = GetSource();
if (source) {