format fixes
[phpgitweb.git] / htdocs / pages / summary.class.php
index 09bdb4caf7836bc4a06e43b45d059208bb79dd83..d7d17101050fa34618d1adb6ac5fec39b8619935 100644 (file)
@@ -19,9 +19,9 @@
 require_once('pages/shortlog.class.php');
 
 class page_summary {
-    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');