Repository: logging-log4j2
Updated Branches:
  refs/heads/master b6afdc1d2 -> 72ef302ff


Format nit.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/72ef302f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/72ef302f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/72ef302f

Branch: refs/heads/master
Commit: 72ef302fff4af512d3f49f148fda6b5623664350
Parents: b6afdc1
Author: Gary Gregory <[email protected]>
Authored: Thu Jun 23 18:07:30 2016 -0700
Committer: Gary Gregory <[email protected]>
Committed: Thu Jun 23 18:07:30 2016 -0700

----------------------------------------------------------------------
 .../apache/logging/log4j/core/filter/AbstractFilterable.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/72ef302f/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/AbstractFilterable.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/AbstractFilterable.java
 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/AbstractFilterable.java
index 4e77c14..140a735 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/AbstractFilterable.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/AbstractFilterable.java
@@ -119,10 +119,10 @@ public abstract class AbstractFilterable extends 
AbstractLifeCycle implements Fi
     @Override
     public void stop() {
         this.setStopping();
-       if (filter != null) {
-           filter.stop();
-       }
-       this.setStopped();
+        if (filter != null) {
+            filter.stop();
+        }
+        this.setStopped();
     }
 
     /**

Reply via email to