Code formating and whitespace cleanup
[jpim.git] / src / de / j32 / util / Filter.java
index 07f4359..f21b754 100644 (file)
@@ -2,5 +2,5 @@ package de.j32.util;
 
 public interface Filter<E>
 {
-       public boolean match(E element);
+    public boolean match(E element);
 }