clap

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

commit fd5059947d0c4090b975c0b324dd9fae477f3d27
parent ebef92f75b6c384deb27a28fd38e26be1c47135a
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed, 18 May 2022 13:45:49 +0200

Indent

Diffstat:
Minclude/clap/ext/draft/check-for-update.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/clap/ext/draft/check-for-update.h b/include/clap/ext/draft/check-for-update.h @@ -9,9 +9,9 @@ extern "C" { #endif typedef struct clap_check_for_update_info { - const char *version; // latest version + const char *version; // latest version const char *release_date; // YYYY-MM-DD - const char *url; // url to a download page which the user can visit + const char *url; // url to a download page which the user can visit bool is_preview; // true if this version is a preview release } clap_check_for_update_info_t;