A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / jdom / ILineStartFinder.java
index 8dda4de..a3bc28f 100644 (file)
@@ -15,11 +15,13 @@ package net.sourceforge.phpdt.internal.core.jdom;
  * in source.
  */
 public interface ILineStartFinder {
-/**
- * Returns the position of the start of the line at or before the given source position.
- *
- * <p>This defaults to zero if the position corresponds to a position on the first line
- * of the source.
- */
-public int getLineStart(int position);
+       /**
+        * Returns the position of the start of the line at or before the given
+        * source position.
+        * 
+        * <p>
+        * This defaults to zero if the position corresponds to a position on the
+        * first line of the source.
+        */
+       public int getLineStart(int position);
 }