MTrack/SCM/Git/Repo.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:26:46 +0000 (16:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:26:46 +0000 (16:26 +0800)
MTrack/SCM/Git/Repo.php

index ed95bea..7d2e1ce 100644 (file)
@@ -319,11 +319,11 @@ HOOK;
         return $this->git('diff', "$from^..$from", '--', $path);
       }
 
-  public function getWorkingCopy()
-  {
-    require_once 'MTrack/SCM/Git/WorkingCopy.php';
-    return new MTrack_SCM_Git_WorkingCopy($this);
-  }
+    public function getWorkingCopy()
+    {
+        require_once 'MTrack/SCM/Git/WorkingCopy.php';
+        return new MTrack_SCM_Git_WorkingCopy($this);
+    }
 
   public function getRelatedChanges($revision) // pretty nasty.. could end up with 1000's of changes..
   {