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

@@ -276,7 +276,7 @@ TEST_CASE("Documentation: Constructor", "[documentation]") {
TEST_CASE("Documentation: Initializer Constructor", "[documentation]") {
using namespace openspace::documentation;
Documentation doc {
{
// Basic Verifiers
@@ -1037,7 +1037,7 @@ TEST_CASE("Documentation: Optional", "[documentation]") {
positiveRes = testSpecification(doc, positive);
CHECK(positiveRes.success);
CHECK(positiveRes.offenses.empty());
ghoul::Dictionary negative;
TestResult negativeRes = testSpecification(doc, negative);
CHECK_FALSE(negativeRes.success);