* remove end of line whitespace
[lhc/web/wiklou.git] / includes / filerepo / UnregisteredLocalFile.php
index 419c61f..70cd0b2 100644 (file)
@@ -1,13 +1,13 @@
 <?php
 
 /**
- * A file object referring to either a standalone local file, or a file in a 
+ * A file object referring to either a standalone local file, or a file in a
  * local repository with no database, for example an FSRepo repository.
  *
  * Read-only.
  *
- * TODO: Currently it doesn't really work in the repository role, there are 
- * lots of functions missing. It is used by the WebStore extension in the 
+ * TODO: Currently it doesn't really work in the repository role, there are
+ * lots of functions missing. It is used by the WebStore extension in the
  * standalone role.
  */
 class UnregisteredLocalFile extends File {
@@ -106,4 +106,3 @@ class UnregisteredLocalFile extends File {
                }
        }
 }
-