Fix tabbing.... Please fix your editors so they do tabbing correctly!!! (Spaces...
[IRC.git] / Robust / src / ClassLibrary / Enumeration.java
index ac6124213663d341d0f53abf5434a557a7381436..e8da9fec9c423565f313a1d1398e6b0fb96702f8 100644 (file)
@@ -1,11 +1,12 @@
 public class Enumeration {
-  
-  public Enumeration(){}
+
+  public Enumeration() {
+  }
 
   public boolean hasMoreElements() {
     return false;
   }
-  
+
   public Object nextElement() {
     return null;
   }