From 41c84366d631acf23aeca7c30445ef0e997780ca Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Fri, 8 Jun 2012 03:03:14 +0000 Subject: [PATCH] spaces to tabs --- Foundation/testsuite/src/FIFOBufferStreamTest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Foundation/testsuite/src/FIFOBufferStreamTest.cpp b/Foundation/testsuite/src/FIFOBufferStreamTest.cpp index b5c0d4c6e..b62b13c4e 100644 --- a/Foundation/testsuite/src/FIFOBufferStreamTest.cpp +++ b/Foundation/testsuite/src/FIFOBufferStreamTest.cpp @@ -168,9 +168,9 @@ void FIFOBufferStreamTest::testNotify() assert (1 == _notToReadable); assert (1 == _writableToNot); assert (1 == _notToWritable); - - iostr.clear(); - assert (iostr.good()); + + iostr.clear(); + assert (iostr.good()); iostr << "This is a test " << 42 << std::ends << std::flush; assert (iostr.rdbuf()->fifoBuffer().isFull());