clap

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

commit 16061b79341759ba425deb5a3d9317d40e799b9d
parent 9154055aa48317af46f837630d76538c880b30a5
Author: Paul Walker <paul@pwjw.com>
Date:   Fri, 23 Dec 2022 09:43:54 -0500

Remove trailing whitespace

Diffstat:
Minclude/clap/version.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/clap/version.h b/include/clap/version.h @@ -40,6 +40,3 @@ clap_version_is_compatible(const clap_version_t v) { // versions 0.x.y were used during development stage and aren't compatible return v.major >= 1; } - - -