fix some spacing
[lhc/web/wiklou.git] / includes / db / IORMRow.php
index e99ba6c..6bc0cdd 100644 (file)
  * @file
  * @ingroup ORM
  *
- * @licence GNU GPL v2 or later
+ * @license GNU GPL v2 or later
  * @author Jeroen De Dauw < jeroendedauw@gmail.com >
  */
 
 interface IORMRow {
 
-
        /**
         * Constructor.
         *
@@ -272,4 +271,4 @@ interface IORMRow {
         */
        public function getTable();
 
-}
\ No newline at end of file
+}