Browse Source

removed whitespace

Darren Ranalli 23 years ago
parent
commit
ccc1ef45ca
1 changed files with 0 additions and 1 deletions
  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;
     found_t = t2;
     return true;
     return true;
   }
   }
-
   
   
   // are we running out of parametric precision?
   // are we running out of parametric precision?
   if ((t2 - t1) < t_tolerance) {
   if ((t2 - t1) < t_tolerance) {