formatting

This commit is contained in:
Dave Schuyler 2003-07-25 21:13:18 +00:00
parent 75432b1f58
commit f9d1624843
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class Physical;
////////////////////////////////////////////////////////////////////
class EXPCL_PANDAPHYSICS BaseIntegrator : public ReferenceCount {
public:
typedef pvector< LMatrix4f > MatrixVector;
typedef pvector<LMatrix4f> MatrixVector;
virtual ~BaseIntegrator();