summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-08-29 08:46:22 +0000
committerChris Wilson <chris+github@qwirx.com>2015-08-29 08:46:22 +0000
commitace361b403a3308d3c94f05c3b099e3feabeb0fd (patch)
tree3806ed819190f9679bd63d731b36c091174b2c0c /lib/common
parent161181f9e6f8bad2df42aa7a73ac620452663248 (diff)
Whitespace, import order and comment fixes
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/CollectInBufferStream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common/CollectInBufferStream.h b/lib/common/CollectInBufferStream.h
index 69188c75..a76daf65 100644
--- a/lib/common/CollectInBufferStream.h
+++ b/lib/common/CollectInBufferStream.h
@@ -54,9 +54,9 @@ public:
virtual bool StreamClosed();
void SetForReading();
-
+
void Reset();
-
+
void *GetBuffer() const;
int GetSize() const;
bool IsSetForReading() const {return !mInWritePhase;}