mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-28 15:39:27 +00:00
Converted tabs to spaces in some files where they have crept back in
This commit is contained in:
parent
85dff2bce8
commit
e57a56bb28
5 changed files with 15 additions and 15 deletions
|
@ -32,7 +32,7 @@ namespace Catch {
|
|||
}
|
||||
|
||||
private:
|
||||
int overflow( int c ) {
|
||||
int overflow( int c ) {
|
||||
sync();
|
||||
|
||||
if( c != EOF ) {
|
||||
|
@ -44,7 +44,7 @@ namespace Catch {
|
|||
return 0;
|
||||
}
|
||||
|
||||
int sync() {
|
||||
int sync() {
|
||||
if( pbase() != pptr() ) {
|
||||
m_writer( std::string( pbase(), static_cast<std::string::size_type>( pptr() - pbase() ) ) );
|
||||
setp( pbase(), epptr() );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue