Merge "[FileBackend] Added chaining ability to some TempFSFile methods."
[lhc/web/wiklou.git] / includes / db / ORMTable.php
index bcbf17f..e3a3434 100644 (file)
@@ -354,7 +354,7 @@ abstract class ORMTable implements IORMTable {
                $this->releaseConnection( $dbw );
                return $result;
        }
-       
+
        /**
         * Get API parameters for the fields supported by this object.
         *