mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
clang-format: Set AllowAllConstructorInitializersOnNextLine to false
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user