MTrack/SCM/WorkingCopy.php
[web.mtrack] / MTrack / SCM / WorkingCopy.php
index 8dcaa78..7d1d4e4 100644 (file)
@@ -44,7 +44,7 @@ abstract class MTrack_SCM_WorkingCopy {
             require_once 'System.php';
             System::rm('-r', $tn);
         }
-        \
+        
         return $tn;
 
         $tn = tempnam(ini_get('session.save_path'),'mtrackworkingdir');