From 426a506afd1ffb3bd67e61b4693ee9bb968097a1 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 4 Sep 2014 01:36:08 +0000 Subject: Simplify code with macros, update comments and fix whitespace. Hopefully all of these changes are inconsequential. Merged back changes from the test refactor branch to reduce diffs. --- lib/common/ReadLoggingStream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common/ReadLoggingStream.h') diff --git a/lib/common/ReadLoggingStream.h b/lib/common/ReadLoggingStream.h index 4a01a45c..bee7e1d6 100644 --- a/lib/common/ReadLoggingStream.h +++ b/lib/common/ReadLoggingStream.h @@ -49,7 +49,7 @@ public: virtual bool StreamClosed(); private: - ReadLoggingStream(const ReadLoggingStream &rToCopy) + ReadLoggingStream(const ReadLoggingStream &rToCopy) : mrSource(rToCopy.mrSource), mrLogger(rToCopy.mrLogger) { /* do not call */ } }; -- cgit v1.2.3