create changelog entry
[debian/openrocket] / core / src / net / sf / openrocket / database / MotorDatabase.java
index fdde5facedd5fd21cabdb589516e0350a4e3e7da..0a1e9095a9868583a86d9f9d71637d6b0065bf60 100644 (file)
@@ -5,7 +5,7 @@ import java.util.List;
 import net.sf.openrocket.motor.Motor;\r
 \r
 public interface MotorDatabase {\r
-\r
+       \r
        /**\r
         * Return all motors in the database matching a search criteria.  Any search criteria that\r
         * is null or NaN is ignored.\r
@@ -20,5 +20,5 @@ public interface MotorDatabase {
        public List<? extends Motor> findMotors(Motor.Type type,\r
                        String manufacturer, String designation, double diameter,\r
                        double length);\r
-\r
-}
\ No newline at end of file
+       \r
+}\r