clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit e0f6c9cdd9016fb4437d6956d529dc549c5a6fb6
parent d06b891b3ecf3f117b4ca30b0afce3481067659d
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 15 Jul 2022 08:30:51 +0200

auto-indent

Diffstat:
Minclude/clap/ext/draft/state-context.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/clap/ext/draft/state-context.h b/include/clap/ext/draft/state-context.h @@ -6,7 +6,8 @@ /// @page state-context extension /// @brief extended state handling /// -/// This extension lets the host save and load the plugin state with different semantics depending on the context. +/// This extension lets the host save and load the plugin state with different semantics depending +/// on the context. /// /// Briefly, when loading a preset or duplicating a device, the plugin may want to partially load /// the state and initialize certain things differently.