fixed spacing in the headers to get rid of some warnings and some other

little minor spacing issues.
This commit is contained in:
2002-10-30 02:07:20 +00:00
parent f6c7a89357
commit 01bff70383
699 changed files with 778 additions and 428 deletions

View File

@@ -304,3 +304,4 @@ typedef struct dJointFeedback {
#endif
#endif

View File

@@ -88,3 +88,4 @@ typedef struct dContact {
#endif
#endif

View File

@@ -61,3 +61,4 @@ void dMessage (int num, const char *msg, ...);
#endif
#endif

View File

@@ -150,3 +150,4 @@ dGeomID dCreateGeom (int classnum);
#endif
#endif

View File

@@ -95,3 +95,4 @@ struct dMass {
#endif
#endif

View File

@@ -192,3 +192,4 @@ void dRemoveRowCol (dReal *A, int n, int nskip, int r);
#endif
#endif

View File

@@ -61,3 +61,4 @@ void dAllocDontReport (void *ptr);
#endif
#endif

View File

@@ -83,3 +83,4 @@ dReal dMaxDifferenceLowerTriangle (const dReal *A, const dReal *B, int n);
#endif
#endif

View File

@@ -199,3 +199,4 @@ int dAreConnected (dBodyID, dBodyID);
#endif
#endif

View File

@@ -42,3 +42,4 @@
#include <ode/odecpp.h>
#endif

View File

@@ -791,6 +791,7 @@ public:
{ return dGeomTransformGetInfo (_id); }
};
#endif
#endif
#endif

View File

@@ -311,6 +311,7 @@ public:
{ return dGeomGetRotation (_id); }
};
#endif
#endif
#endif

View File

@@ -214,3 +214,4 @@ inline void dMULTIPLYADD2_333(dReal *A, const dReal *B, const dReal *C)
#endif
#endif

View File

@@ -62,3 +62,4 @@ void dWtoDQ (const dVector3 w, const dQuaternion q, dVector4 dq);
#endif
#endif

View File

@@ -75,3 +75,4 @@ void dHashSpaceSetLevels (dSpaceID space, int minlevel, int maxlevel);
#endif
#endif

View File

@@ -74,3 +74,4 @@ double dTimerResolution();
#endif
#endif

View File

@@ -131,5 +131,5 @@ public:
}
};
#endif

View File

@@ -79,6 +79,5 @@ struct dxGeom { // a dGeomID is a pointer to this
#define CLASSDATA(geomptr) (((char*)geomptr) + SIZEOF_DXGEOM)
#endif

View File

@@ -256,6 +256,5 @@ struct dxJointNull : public dxJoint {
};
extern struct dxJoint::Vtable __dnull_vtable;
#endif

View File

@@ -56,3 +56,4 @@ void dSolveLCP (int n, dReal *A, dReal *x, dReal *b, dReal *w,
#endif

View File

@@ -69,3 +69,4 @@ public:
#endif

View File

@@ -87,5 +87,5 @@ struct dxWorld : public dBase {
dReal global_cfm; // global costraint force mixing parameter
};
#endif

View File

@@ -66,3 +66,4 @@ struct dObStack : public dBase {
#endif

View File

@@ -136,3 +136,4 @@ struct dStack {
#endif

View File

@@ -34,3 +34,4 @@ void dInternalStepIsland (dxWorld *world,
#endif

View File

@@ -63,3 +63,4 @@ public:
#endif