A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / wizards / html / IPreviewer.java
index bd2f1e5..7f1fc83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: IPreviewer.java,v 1.1 2004-10-05 20:51:57 jsurfer Exp $
+ * $Id: IPreviewer.java,v 1.2 2006-10-21 23:18:43 pombredanne Exp $
  * Copyright Narushima Hironori. All rights reserved.
  */
 package net.sourceforge.phpeclipse.wizards.html;
@@ -8,7 +8,7 @@ package net.sourceforge.phpeclipse.wizards.html;
  * 
  */
 public interface IPreviewer {
-       
+
        String getPreviewText();
-       
+
 }