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/22 17:23:12 UTC

[logging-log4cxx] 01/01: Remove extra semicolons

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

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

commit fb224277cf7ff11fb1b681a17a877b17b7052f64
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sun Jan 22 12:22:51 2023 -0500

    Remove extra semicolons
---
 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.