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:
Robbert van der Helm
2021-06-26 12:26:09 +02:00
parent f6682d9134
commit 20638b7349
8 changed files with 18 additions and 12 deletions
@@ -23,5 +23,6 @@ YaPlugInterfaceSupport::ConstructArgs::ConstructArgs(
: supported(Steinberg::FUnknownPtr<Steinberg::Vst::IPlugInterfaceSupport>(
object)) {}
YaPlugInterfaceSupport::YaPlugInterfaceSupport(const ConstructArgs&& args) noexcept
YaPlugInterfaceSupport::YaPlugInterfaceSupport(
const ConstructArgs&& args) noexcept
: arguments(std::move(args)) {}