Converted tabs to spaces in some files where they have crept back in

This commit is contained in:
Phil Nash 2013-03-08 09:26:20 +00:00
parent 85dff2bce8
commit e57a56bb28
5 changed files with 15 additions and 15 deletions

View file

@ -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() );