mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-13 01:44:10 -04:00
clang-format: Increase column limit from 80 to 120
This commit is contained in:
@@ -26,8 +26,7 @@ void EditorWidget::buildEffectContainer(AEffect *effect)
|
||||
effect->dispatcher(effect, effEditGetRect, 0, 0, &vstRect, 0);
|
||||
|
||||
if (vstRect) {
|
||||
setFixedSize(vstRect->right - vstRect->left,
|
||||
vstRect->bottom - vstRect->top);
|
||||
setFixedSize(vstRect->right - vstRect->left, vstRect->bottom - vstRect->top);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user