Remove whitespaces at the end of files, ' and - characters

This commit is contained in:
Alexander Bock
2023-04-05 16:58:45 +02:00
committed by GitHub
parent 784d5f302e
commit 80e2aaf564
708 changed files with 1265 additions and 1269 deletions

View File

@@ -69,7 +69,7 @@ namespace openspace {
lhs.name == rhs.name &&
lhs.value == rhs.value;
}
bool operator==(const openspace::Profile::Action& lhs,
const openspace::Profile::Action& rhs) noexcept
{
@@ -180,7 +180,7 @@ TEST_CASE("Basic Meta (full)", "[profile]") {
Profile ref;
ref.version = Profile::CurrentVersion;
Profile::Meta meta;
meta.name = "name";
meta.version = "version";