Code formating and whitespace cleanup
[jpim.git] / src / de / j32 / pimstuff / conduit / Conduit.java
index 82963ed..43dd734 100644 (file)
@@ -2,6 +2,7 @@ package de.j32.pimstuff.conduit;
 
 public interface Conduit
 {
-       public Exporter exporter() throws ConduitException;
-       public Importer importer() throws ConduitException;
+    public Exporter exporter() throws ConduitException;
+
+    public Importer importer() throws ConduitException;
 }