Remove blank line to make comparing easier.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/a86c8577 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/a86c8577 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/a86c8577 Branch: refs/heads/master Commit: a86c85778fd4cc6d6fe0f069db0ff43287d4ca34 Parents: 6d9d5b2 Author: Thorsten Schöning <[email protected]> Authored: Wed Aug 3 07:29:27 2016 +0000 Committer: Thorsten Schöning <[email protected]> Committed: Wed Aug 3 07:29:27 2016 +0000 ---------------------------------------------------------------------- src/main/cpp/systemoutwriter.cpp | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/a86c8577/src/main/cpp/systemoutwriter.cpp ---------------------------------------------------------------------- diff --git a/src/main/cpp/systemoutwriter.cpp b/src/main/cpp/systemoutwriter.cpp index ee86446..4296f77 100644 --- a/src/main/cpp/systemoutwriter.cpp +++ b/src/main/cpp/systemoutwriter.cpp @@ -29,7 +29,6 @@ using namespace log4cxx::helpers; IMPLEMENT_LOG4CXX_OBJECT(SystemOutWriter) - SystemOutWriter::SystemOutWriter() { }
