Stop profiling before ending the function
[lhc/web/wiklou.git] / includes / AjaxResponse.php
index 8fa0853..791bfbb 100644 (file)
@@ -99,7 +99,7 @@ class AjaxResponse {
 
                if ( $this->mCacheDuration ) {
 
-                       # If squid caches are configured, tell them to cache the response, 
+                       # If squid caches are configured, tell them to cache the response,
                        # and tell the client to always check with the squid. Otherwise,
                        # tell the client to use a cached copy, without a way to purge it.
 
@@ -220,4 +220,3 @@ class AjaxResponse {
                return true;
        }
 }
-