mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 13:40:05 +02:00
Fix missing autoformatting
At some point Doom Emacs broke on-save formatting with lsp-mode in certain circumstances, and I made these changes with wgrep so apparently they were never formatted.
This commit is contained in:
@@ -20,8 +20,9 @@
|
||||
|
||||
class Vst3HostContextProxyImpl : public Vst3HostContextProxy {
|
||||
public:
|
||||
Vst3HostContextProxyImpl(Vst3Bridge& bridge,
|
||||
Vst3HostContextProxy::ConstructArgs&& args) noexcept;
|
||||
Vst3HostContextProxyImpl(
|
||||
Vst3Bridge& bridge,
|
||||
Vst3HostContextProxy::ConstructArgs&& args) noexcept;
|
||||
|
||||
/**
|
||||
* We'll override the query interface to log queries for interfaces we do
|
||||
|
||||
Reference in New Issue
Block a user