Browse Source

formatting

Dave Schuyler 22 years ago
parent
commit
9fe1cd049d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      panda/src/physics/linearIntegrator.h

+ 2 - 1
panda/src/physics/linearIntegrator.h

@@ -35,7 +35,8 @@ private:
 
   // this allows baseLinearIntegrator to censor/modify data that the
   // actual integration function receives.
-  virtual void child_integrate(Physical *physical, pvector< PT(LinearForce) > &forces,
+  virtual void child_integrate(Physical *physical, 
+                               pvector< PT(LinearForce) > &forces,
                                float dt) = 0;
 
 protected: