diff options
author | AiraYumi <aira.youme@airanyumi.net> | 2024-05-21 20:52:38 -0400 |
---|---|---|
committer | Maki <maki@hotmilk.space> | 2024-05-24 17:55:09 -0400 |
commit | bdf46af9aff96a749dcf2612a2bdc6e8e394971e (patch) | |
tree | a96213e1aa21920e38f13e69d574b7c8c5e5d579 /indra/newview/llviewermedia.cpp | |
parent | 8789d372c7617d86a30395190db4dba3b8545226 (diff) |
fix "lines starting with tabs found"
Diffstat (limited to 'indra/newview/llviewermedia.cpp')
-rw-r--r-- | indra/newview/llviewermedia.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp index 5d58e0b0b2..c8b7a9c29b 100644 --- a/indra/newview/llviewermedia.cpp +++ b/indra/newview/llviewermedia.cpp @@ -1766,8 +1766,8 @@ LLPluginClassMedia* LLViewerMediaImpl::newSourceFromMediaType(std::string media_ media_source->enableMediaPluginDebugging( media_plugin_debugging_enabled || clean_browser); #if LL_LINUX - bool media_plugin_pipewire_volume_catcher = gSavedSettings.getBOOL("MediaPluginPipeWireVolumeCatcher"); - media_source->enablePipeWireVolumeCatcher( media_plugin_pipewire_volume_catcher ); + bool media_plugin_pipewire_volume_catcher = gSavedSettings.getBOOL("MediaPluginPipeWireVolumeCatcher"); + media_source->enablePipeWireVolumeCatcher( media_plugin_pipewire_volume_catcher ); #endif // need to set agent string here before instance created |