summaryrefslogtreecommitdiff
path: root/indra/media_plugins/cef/linux
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/media_plugins/cef/linux
parent8789d372c7617d86a30395190db4dba3b8545226 (diff)
fix "lines starting with tabs found"
Diffstat (limited to 'indra/media_plugins/cef/linux')
-rw-r--r--indra/media_plugins/cef/linux/volume_catcher_linux.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/media_plugins/cef/linux/volume_catcher_linux.h b/indra/media_plugins/cef/linux/volume_catcher_linux.h
index 475e8ca52e..505f9ffb31 100644
--- a/indra/media_plugins/cef/linux/volume_catcher_linux.h
+++ b/indra/media_plugins/cef/linux/volume_catcher_linux.h
@@ -112,22 +112,22 @@ public:
void pump();
void handleRegistryEventGlobal(
- uint32_t id, uint32_t permissions, const char* type,
- uint32_t version, const struct spa_dict* props
+ uint32_t id, uint32_t permissions, const char* type,
+ uint32_t version, const struct spa_dict* props
);
class ChildNode
{
public:
- bool mActive = false;
+ bool mActive = false;
- pw_proxy* mProxy = nullptr;
- spa_hook mNodeListener {};
- spa_hook mProxyListener {};
- VolumeCatcherPipeWire* mImpl = nullptr;
+ pw_proxy* mProxy = nullptr;
+ spa_hook mNodeListener {};
+ spa_hook mProxyListener {};
+ VolumeCatcherPipeWire* mImpl = nullptr;
- void updateVolume();
- void destroy();
+ void updateVolume();
+ void destroy();
};
bool mGotSyms = false;