commit 1a199f4d30bfd16f1f1a36d6275613b21f6564ec
parent 9165d2123f25eb49e56e9253f2502f55836223cd
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Thu, 22 Dec 2022 15:19:35 +0100
Remove UTF-8 BOM
Fixes #232
Diffstat:
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
@@ -5,6 +5,7 @@
* [plugin.h](include/clap/plugin.h): advice for plugin id and version strings
* [host.h](include/clap/host.h): clarify when it is allowed to call get_extension()
* [CMakeLists.txt](CMakeLists.txt): the target `clap-test` now includes `clap-plugin-template`
+* Remove UTF-8 BOM from a few files
# Changes in 1.1.4
diff --git a/include/clap/clap.h b/include/clap/clap.h
@@ -1,4 +1,4 @@
-/*
+/*
* CLAP - CLever Audio Plugin
* ~~~~~~~~~~~~~~~~~~~~~~~~~~
*
diff --git a/include/clap/ext/audio-ports.h b/include/clap/ext/audio-ports.h
@@ -1,4 +1,4 @@
-#pragma once
+#pragma once
#include "../plugin.h"
#include "../string-sizes.h"
diff --git a/include/clap/ext/params.h b/include/clap/ext/params.h
@@ -1,4 +1,4 @@
-#pragma once
+#pragma once
#include "../plugin.h"
#include "../string-sizes.h"