瀏覽代碼

removed whitespace

Darren Ranalli 23 年之前
父節點
當前提交
ccc1ef45ca
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      panda/src/parametrics/parametricCurve.cxx

+ 0 - 1
panda/src/parametrics/parametricCurve.cxx

@@ -863,7 +863,6 @@ r_find_t(float target_length, float &found_t,
     found_t = t2;
     return true;
   }
-
   
   // are we running out of parametric precision?
   if ((t2 - t1) < t_tolerance) {