format fixes
[phpgitweb.git] / htdocs / pages / shortlog.class.php
index a3419bd337ed76d58aa2cb4f449e2af71719f5c2..a558faf4f9ea07a14bf383198760b156b7995edb 100644 (file)
@@ -17,9 +17,9 @@
  */
 
 class page_shortlog {
-    private $page, $phpgitweb;
+       private $page, $phpgitweb;
        
-    public function main($phpgitweb, $project) {
+       public function main($phpgitweb, $project) {
                $this->phpgitweb = $phpgitweb;
                $this->project = $project;
                if(!$this->project)