summaryrefslogtreecommitdiff
path: root/lib/common/IOStream.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-04-06 12:17:55 +0000
committerChris Wilson <chris+github@qwirx.com>2015-04-06 12:17:55 +0000
commit255ecd111f07ef793b225b8923af0b4b4b3c3a20 (patch)
treef0edc23785f3ec46450af74209d75225bc10e88f /lib/common/IOStream.cpp
parentf152abd45f13daf1425c0ee32bccfe0d2dd2a647 (diff)
Whitespace and semicolon-after-macro fixes.
Diffstat (limited to 'lib/common/IOStream.cpp')
-rw-r--r--lib/common/IOStream.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common/IOStream.cpp b/lib/common/IOStream.cpp
index 98b42943..3e126d3f 100644
--- a/lib/common/IOStream.cpp
+++ b/lib/common/IOStream.cpp
@@ -127,8 +127,8 @@ int IOStream::ConvertSeekTypeToOSWhence(int SeekType)
// Function
// Name: IOStream::ReadFullBuffer(void *, int, int)
// Purpose: Reads bytes into buffer, returning whether or not it managed to
-// get all the bytes required. Exception and abort use of stream
-// if this returns false.
+// get all the bytes required. Exception and abort use of stream
+// if this returns false.
// Created: 2003/08/26
//
// --------------------------------------------------------------------------