From b1999a2a16b83aa031df2ce1cb266b7fea8847da Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Mon, 22 Dec 2008 11:22:15 +0000 Subject: Fixed indentation and removed whitespaces at the end of line svn-id: r35481 --- common/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/stream.h') diff --git a/common/stream.h b/common/stream.h index 7dd1b8283e..f98ad6aa92 100644 --- a/common/stream.h +++ b/common/stream.h @@ -206,7 +206,7 @@ public: * Read a signed byte from the stream and return it. * Performs no error checking. The return value is undefined * if a read error occurred (for which client code can check by - * calling err() and eos() ). + * calling err() and eos() ). */ int8 readSByte() { int8 b = 0; -- cgit v1.2.3