mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
spaces to tabs
This commit is contained in:
@@ -168,9 +168,9 @@ void FIFOBufferStreamTest::testNotify()
|
|||||||
assert (1 == _notToReadable);
|
assert (1 == _notToReadable);
|
||||||
assert (1 == _writableToNot);
|
assert (1 == _writableToNot);
|
||||||
assert (1 == _notToWritable);
|
assert (1 == _notToWritable);
|
||||||
|
|
||||||
iostr.clear();
|
iostr.clear();
|
||||||
assert (iostr.good());
|
assert (iostr.good());
|
||||||
iostr << "This is a test " << 42 << std::ends << std::flush;
|
iostr << "This is a test " << 42 << std::ends << std::flush;
|
||||||
assert (iostr.rdbuf()->fifoBuffer().isFull());
|
assert (iostr.rdbuf()->fifoBuffer().isFull());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user