commit | 377c9a746d1623ff51f8d48dde72f090ad960cd8 | [log] [tgz] |
---|---|---|
author | Martin Hořeňovský <[email protected]> | Sat May 27 14:42:54 2017 +0200 |
committer | Martin Hořeňovský <[email protected]> | Sat May 27 14:42:54 2017 +0200 |
tree | f9714f9ad0293ea0b882587f1d4bee1f1d64695f | |
parent | ea48ae0f753121476b525584744c236dc22d73db [diff] [blame] |
Cosmetic fixes (whitespace and spelling)
diff --git a/projects/SelfTest/ToStringGeneralTests.cpp b/projects/SelfTest/ToStringGeneralTests.cpp index bca913f..743882b 100644 --- a/projects/SelfTest/ToStringGeneralTests.cpp +++ b/projects/SelfTest/ToStringGeneralTests.cpp
@@ -9,7 +9,6 @@ TEST_CASE( "Character pretty printing" ){ - // SECTION("Specifically escaped"){ char tab = '\t'; char newline = '\n'; @@ -36,7 +35,7 @@ char c = static_cast<char>(i); REQUIRE(c == i); } - } + } }