summaryrefslogtreecommitdiff
path: root/indra/llplugin/llpluginclassmedia.cpp
diff options
context:
space:
mode:
authorAiraYumi <aira.youme@airanyumi.net>2024-05-21 20:52:38 -0400
committerMaki <maki@hotmilk.space>2024-05-24 17:55:09 -0400
commitbdf46af9aff96a749dcf2612a2bdc6e8e394971e (patch)
treea96213e1aa21920e38f13e69d574b7c8c5e5d579 /indra/llplugin/llpluginclassmedia.cpp
parent8789d372c7617d86a30395190db4dba3b8545226 (diff)
fix "lines starting with tabs found"
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.cpp')
-rw-r--r--indra/llplugin/llpluginclassmedia.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llplugin/llpluginclassmedia.cpp b/indra/llplugin/llpluginclassmedia.cpp
index 6e16c4d552..4e5013ec8f 100644
--- a/indra/llplugin/llpluginclassmedia.cpp
+++ b/indra/llplugin/llpluginclassmedia.cpp
@@ -984,9 +984,9 @@ void LLPluginClassMedia::enableMediaPluginDebugging( bool enable )
#if LL_LINUX
void LLPluginClassMedia::enablePipeWireVolumeCatcher( bool enable )
{
- LLPluginMessage message(LLPLUGIN_MESSAGE_CLASS_MEDIA, "enable_pipewire_volume_catcher");
- message.setValueBoolean( "enable", enable );
- sendMessage( message );
+ LLPluginMessage message(LLPLUGIN_MESSAGE_CLASS_MEDIA, "enable_pipewire_volume_catcher");
+ message.setValueBoolean( "enable", enable );
+ sendMessage( message );
}
#endif