Repository: logging-log4cxx Updated Branches: refs/heads/release_scripts 289575c76 -> 4f8b92ca5
Remove unnecessary whitespace. Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/ff1a5ed9 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/ff1a5ed9 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/ff1a5ed9 Branch: refs/heads/release_scripts Commit: ff1a5ed94da865910b8a4d1e70bf175f7a3ca0ea Parents: 2fca5d8 Author: Thorsten Schöning <[email protected]> Authored: Mon Oct 16 11:10:42 2017 +0200 Committer: Thorsten Schöning <[email protected]> Committed: Mon Oct 16 11:10:42 2017 +0200 ---------------------------------------------------------------------- src/main/include/log4cxx/spi/loggingevent.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/ff1a5ed9/src/main/include/log4cxx/spi/loggingevent.h ---------------------------------------------------------------------- diff --git a/src/main/include/log4cxx/spi/loggingevent.h b/src/main/include/log4cxx/spi/loggingevent.h index 90e02b2..c78e891 100644 --- a/src/main/include/log4cxx/spi/loggingevent.h +++ b/src/main/include/log4cxx/spi/loggingevent.h @@ -127,14 +127,14 @@ namespace log4cxx * should <em>never</em> be called directly. * * @param dest destination for NDC, unchanged if NDC is not set. - * @return true if NDC is set. + * @return true if NDC is set. */ bool getNDC(LogString& dest) const; /** - * Writes the content of the LoggingEvent + * Writes the content of the LoggingEvent * in a format compatible with log4j's serialized form. - */ + */ void write(helpers::ObjectOutputStream& os, helpers::Pool& p) const; /** @@ -160,7 +160,7 @@ namespace log4cxx * The returned set is unmodifiable by the caller. * * @return Set an unmodifiable set of the MDC keys. - * + * */ KeySet getMDCKeySet() const; @@ -247,9 +247,9 @@ namespace log4cxx LoggingEvent(const LoggingEvent&); LoggingEvent& operator=(const LoggingEvent&); static const LogString getCurrentThreadName(); - + static void writeProlog(log4cxx::helpers::ObjectOutputStream& os, log4cxx::helpers::Pool& p); - + }; LOG4CXX_PTR_DEF(LoggingEvent);
