mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-14 10:24:12 -04:00
clang-format: Increase column limit from 80 to 120
This commit is contained in:
@@ -37,8 +37,7 @@ AEffect *VSTPlugin::loadEffect()
|
||||
mainEntryPoint = (vstPluginMain)os_dlsym(soHandle, "VSTPluginMain");
|
||||
|
||||
if (mainEntryPoint == nullptr) {
|
||||
mainEntryPoint =
|
||||
(vstPluginMain)os_dlsym(soHandle, "VstPluginMain()");
|
||||
mainEntryPoint = (vstPluginMain)os_dlsym(soHandle, "VstPluginMain()");
|
||||
}
|
||||
|
||||
if (mainEntryPoint == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user