format fixes
[phpgitweb.git] / htdocs / pages / commitdiff.class.php
index e8bb17f6999a3918434312ec41830b970950da0a..3bfc409c30bdad42f95716011dfd9c8306bcff87 100644 (file)
@@ -17,9 +17,9 @@
  */
 
 class page_commitdiff {
-    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');