format fixes
[phpgitweb.git] / htdocs / pages / commit.class.php
index 55ece54f49056402c5b6b5718c11dc8ed563e071..e01ccbfe833a420c18b21417f12c3c22dca9339e 100644 (file)
@@ -17,9 +17,9 @@
  */
 
 class page_commit {
-    private $page, $phpgitweb;
+       private $page, $phpgitweb;
        
-    public function main($phpgitweb, $project) {
+       public function main($phpgitweb, $project) {
                $this->phpgitweb = $phpgitweb;
                if(!$project)
                        return new ContentProvider('main', 'err400');