mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-02 18:07:59 +00:00
Converted stray tabs to spaces
This commit is contained in:
parent
dea43e0b76
commit
503d5d0c8e
5 changed files with 15 additions and 15 deletions
|
@ -86,8 +86,8 @@ struct StringMaker :
|
|||
|
||||
template<typename T>
|
||||
struct StringMaker<T*> {
|
||||
template<typename U>
|
||||
static std::string convert( U* p ) {
|
||||
template<typename U>
|
||||
static std::string convert( U* p ) {
|
||||
if( !p )
|
||||
return INTERNAL_CATCH_STRINGIFY( NULL );
|
||||
std::ostringstream oss;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue