You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2023/01/23 22:59:48 UTC

[logging-log4cxx] branch master updated: Remove extra semicolons (#184)

This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/master by this push:
     new 164200f4 Remove extra semicolons (#184)
164200f4 is described below

commit 164200f494b0b6bdc5b02bf1d88ec1a07739314c
Author: Robert Middleton <rm...@users.noreply.github.com>
AuthorDate: Mon Jan 23 17:59:43 2023 -0500

    Remove extra semicolons (#184)
---
 src/main/include/log4cxx/pattern/patternconverter.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/include/log4cxx/pattern/patternconverter.h b/src/main/include/log4cxx/pattern/patternconverter.h
index 9d63a37a..49d31eed 100644
--- a/src/main/include/log4cxx/pattern/patternconverter.h
+++ b/src/main/include/log4cxx/pattern/patternconverter.h
@@ -60,10 +60,10 @@ class LOG4CXX_EXPORT PatternConverter : public virtual helpers::Object
 		virtual ~PatternConverter();
 
 	public:
-		DECLARE_LOG4CXX_PATTERN(PatternConverter);
-		BEGIN_LOG4CXX_CAST_MAP();
-		LOG4CXX_CAST_ENTRY(PatternConverter);
-		END_LOG4CXX_CAST_MAP();
+        DECLARE_LOG4CXX_PATTERN(PatternConverter)
+        BEGIN_LOG4CXX_CAST_MAP()
+        LOG4CXX_CAST_ENTRY(PatternConverter)
+        END_LOG4CXX_CAST_MAP()
 
 		/**
 		 * Formats an object into a string buffer.