mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-07 22:23:12 +08:00
formatting changes.
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
// CInputStreamFilter
|
||||
//
|
||||
|
||||
CInputStreamFilter::CInputStreamFilter(
|
||||
IInputStream* stream,
|
||||
bool adopted) :
|
||||
CInputStreamFilter::CInputStreamFilter(IInputStream* stream, bool adopted) :
|
||||
m_stream(stream),
|
||||
m_adopted(adopted)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user