plugins/systemvolume: Work around remaining clang-format differences between different versions

This commit is contained in:
Alexander Lohnau 2024-09-07 11:54:15 +02:00
parent 4e23978e1f
commit 26c9f77b2b

View file

@ -35,7 +35,6 @@ public:
, _cRef(1)
{
}
~CAudioEndpointVolumeCallback() {};
// IUnknown methods -- AddRef, Release, and QueryInterface
@ -91,9 +90,9 @@ class SystemvolumePlugin::CMMNotificationClient : public IMMNotificationClient
public:
CMMNotificationClient(SystemvolumePlugin &x)
: enclosing(x)
, _cRef(1) {};
~CMMNotificationClient() {};
, _cRef(1)
{
}
// IUnknown methods -- AddRef, Release, and QueryInterface