mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 11:05:03 +02:00
spaces to tabs
This commit is contained in:
@@ -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());
|
||||
|
||||
|
Reference in New Issue
Block a user