]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
whitespace in error.php
authorEvan Prodromou <evan@controlyourself.ca>
Fri, 14 Aug 2009 15:04:03 +0000 (08:04 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Fri, 14 Aug 2009 15:04:03 +0000 (08:04 -0700)
lib/error.php

index bbf9987cff4632281c888ec0fd08c9815ad50a2a..3127c83feb3d694aecc2e52e57717e9b622586d1 100644 (file)
@@ -72,7 +72,7 @@ class ErrorAction extends Action
         $status_string = $this->status[$this->code];
         header('HTTP/1.1 '.$this->code.' '.$status_string);
     }
-    
+
     /**
      * Display content.
      *
@@ -97,11 +97,11 @@ class ErrorAction extends Action
     {
         return true;
     }
-    
-    function showPage() 
+
+    function showPage()
     {
         parent::showPage();
-        
+
         // We don't want to have any more output after this
         exit();
     }