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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -354,3 +354,4 @@ extern int SND_GetPlaystate(SND_ObjectHandle object);
#endif
#endif

@ -81,4 +81,6 @@ public:
int GetPlaystate() const;
};
#endif //__SND_CDOBJECT_H

@ -54,3 +54,4 @@
# endif
# endif
#endif

@ -80,12 +80,3 @@ private :
#endif //__SND_DEVICEMANAGER_H

@ -344,3 +344,4 @@ protected:
};
#endif //SND_IAUDIODEVICE

@ -52,4 +52,6 @@ public:
SND_Object() {};
virtual ~SND_Object() {};
};
#endif //__SND_OBJECT_H

@ -104,3 +104,4 @@ public:
};
#endif //__SND_SCENE_H

@ -81,4 +81,6 @@ private:
MT_Scalar m_dopplervelocity; /* factor for the reference velocity (for Dopplereffect) */
MT_Scalar m_scale;
};
#endif //__SND_SOUNDLISTENER_H

@ -158,5 +158,6 @@ public:
int GetPlaystate() const;
};
#endif //__SND_SOUNDOBJECT_H

@ -111,3 +111,4 @@ extern void SND_GetSampleInfo(signed char* sample, SND_WaveSlot* waveslot);
#endif
#endif

@ -66,3 +66,4 @@ private:
};
#endif //__SND_WAVECACHE_H

@ -92,3 +92,4 @@ public:
};
#endif //__SND_WAVESLOT_H

@ -117,3 +117,4 @@ enum
};
#endif //__SOUNDDEFINES_H

@ -93,3 +93,4 @@ public:
};
#endif //SND_DUMMYDEVICE

@ -103,3 +103,4 @@ private:
};
#endif //SND_FMODDEVICE

@ -116,3 +116,4 @@ private:
};
#endif //SND_AUDIODEVICE

@ -56,4 +56,6 @@ public:
int GetId();
void SetId(int id);
};
#endif //__SND_OBJECT_H

@ -100,3 +100,4 @@ private:
};
#endif //SND_OPENALDEVICE

@ -138,3 +138,4 @@ inline bool ACT_Action::getIsApplied() const
}
#endif // _H_ACT_ACTION_H_

@ -190,3 +190,4 @@ extern void ACT_ActionStackRedo(ACT_ActionStackPtr stack);
#endif
#endif // _H_ACT_ACTION_C_API

@ -182,3 +182,4 @@ protected:
#endif // _H_ACT_ACTIONSTACK

@ -122,3 +122,4 @@ inline void ACT_CallbackAction::doUndo()
#endif // _H_ACT_CALLBACK_ACTION_H

@ -48,3 +48,4 @@ void printDisposed(ACT_ActionPtr action, ACT_ActionUserDataPtr userData);
#endif // _H_ACT_TESTACTION_C_H_

@ -55,3 +55,4 @@ protected:
};
#endif // _H_ACT_TESTACTION

@ -127,3 +127,4 @@ void BMF_DrawStringTexture(BMF_Font* font, char* string, float x, float y, float
#endif
#endif /* __BMF_API_H */

@ -74,3 +74,4 @@ typedef enum
typedef struct BMF_Font BMF_Font;
#endif /* __BMF_FONTS_H */

@ -67,3 +67,4 @@
#endif /* BMF_MINIMAL */
#endif /* __BMF_SETTINGS_H */

@ -107,3 +107,4 @@ protected:
};
#endif // __BMF_BITMAP_FONT_H

@ -55,3 +55,4 @@ typedef struct {
} BMF_FontData;
#endif

@ -426,3 +426,4 @@ CSG_FreeBooleanOperation(
#endif

@ -56,3 +56,4 @@ public :
};
#endif

@ -97,3 +97,4 @@ private:
};
#endif

@ -343,3 +343,4 @@ private :
#endif

@ -72,3 +72,4 @@ private :
#endif

@ -204,5 +204,3 @@ private :
#endif

@ -270,3 +270,4 @@ BSP_CSGMesh_FaceIt_Construct(
#endif

@ -134,3 +134,4 @@ private :
#endif

@ -122,6 +122,5 @@ public :
};
#endif

@ -138,9 +138,5 @@ private :
};
#endif

@ -150,3 +150,4 @@ private :
#endif

@ -287,3 +287,4 @@ public :
};
#endif

@ -129,4 +129,3 @@ private:
#endif

@ -163,3 +163,4 @@ private :
};
#endif

@ -75,3 +75,4 @@ private :
};
#endif

@ -62,3 +62,4 @@ private :
#endif

@ -352,3 +352,4 @@ BuildMesh(
#endif

@ -140,5 +140,3 @@ private:
#endif

@ -148,5 +148,3 @@ private:
#endif

@ -197,30 +197,5 @@ private :
};
#endif

@ -281,7 +281,5 @@ private :
};
#endif

@ -301,3 +301,4 @@ private:
};
#endif

@ -115,5 +115,3 @@ extern int LOD_FreeDecimationData(LOD_Decimation_InfoPtr);
#endif // NAN_INCLUDED_LOD_decimation_h

@ -114,5 +114,5 @@ private :
MEM_SmartPtr<LOD_ExternBufferEditor> m_extern_editor;
};
#endif

@ -113,6 +113,5 @@ private :
};
#endif

@ -132,3 +132,4 @@ private :
};
#endif

@ -141,3 +141,4 @@ private :
};
#endif

@ -262,3 +262,4 @@ private :
};
#endif

@ -130,5 +130,5 @@ private :
};
#endif

@ -53,3 +53,4 @@ public :
};
#endif

@ -124,5 +124,6 @@ private :
};
#endif

@ -163,6 +163,5 @@ public:
};
#endif

@ -117,3 +117,4 @@ private :
};
#endif

@ -86,3 +86,4 @@ public:
};
#endif // _GHOST_IEVENT_H_

@ -64,3 +64,4 @@ public:
};
#endif // _GHOST_EVENT_CONSUMER_H_

@ -280,3 +280,4 @@ protected:
};
#endif // _GHOST_ISYSTEM_H_

@ -84,5 +84,5 @@ public:
virtual void setUserData(const GHOST_TUserDataPtr userData) = 0;
};
#endif // _GHOST_ITIMER_TASK_H_

@ -239,3 +239,4 @@ public:
};
#endif // _GHOST_IWINDOW_H_

@ -235,3 +235,4 @@ inline bool GHOST_Rect::isInside(GHOST_TInt32 x, GHOST_TInt32 y) const
}
#endif // _H_GHOST_Rect

@ -350,5 +350,5 @@ struct GHOST_TimerTaskHandle__;
typedef void (*GHOST_TimerProcPtr)(struct GHOST_TimerTaskHandle__* task, GHOST_TUns64 time);
#endif
#endif // _GHOST_TYPES_H_

@ -74,3 +74,4 @@ struct GHOST_Buttons {
};
#endif // _GHOST_BUTTONS_H_

@ -75,3 +75,4 @@ protected:
};
#endif // _GHOST_CALLBACK_EVENT_CONSUMER_H_

@ -72,3 +72,4 @@
#endif // GHOST_DEBUG
#endif // _GHOST_DEBUG_H_

@ -140,3 +140,4 @@ protected:
#endif // _GHOST_DISPLAY_MANAGER_H_

@ -117,3 +117,4 @@ protected:
#endif // _GHOST_DISPLAY_MANAGER_CARBON_H_

Some files were not shown because too many files have changed in this diff Show More