spaces to tabs

This commit is contained in:
Aleksandar Fabijanic
2012-06-08 03:03:14 +00:00
parent 69bd6f6ee9
commit 41c84366d6

View File

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