Fix NS_PROJECT_TALK (bug #7792)
[lhc/web/wiklou.git] / includes / ExternalStore.php
index 71c4aaa..79f1a52 100644 (file)
@@ -53,8 +53,8 @@ class ExternalStore {
 
        /**
         * Store a data item to an external store, identified by a partial URL
-        * The protocol part is used to identify the class, the rest is passed to the 
-        * class itself as a parameter. 
+        * The protocol part is used to identify the class, the rest is passed to the
+        * class itself as a parameter.
         * Returns the URL of the stored data item, or false on error
         */
        function insert( $url, $data ) {