Reformatting

This commit is contained in:
Phil Nash
2012-05-16 14:53:59 +01:00
parent 6cd2ac7544
commit 0afa09f7c1
5 changed files with 111 additions and 325 deletions

View File

@@ -69,7 +69,7 @@ namespace Catch
closeLabel( recordGroups, groupName );
}
virtual void StartSection( const std::string& sectionName, const std::string description ) {
virtual void StartSection( const std::string& sectionName, const std::string& description ) {
openLabel( recordSections, sectionName );
}