mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-19 11:25:38 +02:00
More reformatting
This commit is contained in:
@@ -57,8 +57,7 @@ namespace Catch
|
||||
virtual const FactoryMap& getFactories() const = 0;
|
||||
};
|
||||
|
||||
inline std::string trim( const std::string& str )
|
||||
{
|
||||
inline std::string trim( const std::string& str ) {
|
||||
std::string::size_type start = str.find_first_not_of( "\n\r\t " );
|
||||
std::string::size_type end = str.find_last_not_of( "\n\r\t " );
|
||||
|
||||
|
Reference in New Issue
Block a user