mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Remove whitespaces at the end of files, ' and - characters
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user