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

@@ -150,3 +150,4 @@ typedef struct Library {
#endif
#endif

View File

@@ -97,6 +97,5 @@ typedef struct SpaceAction {
#define ACHAN_SELECTED 0x00000001
#define ACHAN_HILIGHTED 0x00000002
#endif

View File

@@ -403,3 +403,4 @@ typedef struct FreeCamera {
#define ACT_VISIBILITY_INVISIBLE (1 << ACT_VISIBILITY_INVISIBLE_BIT)
#endif

View File

@@ -120,5 +120,5 @@ enum {
BONE_ISMUSCLEBIT
};
#endif

View File

@@ -75,3 +75,4 @@ typedef struct Camera {
#endif
#endif

View File

@@ -76,3 +76,4 @@ typedef struct bController {
#define CONT_NEW 4
#endif

View File

@@ -197,6 +197,5 @@ typedef struct IpoCurve {
#define HD_VECT 2
#define HD_ALIGN 3
#endif

View File

@@ -66,3 +66,4 @@
**/
/* This file has intentionally no definitions or implementation. */

View File

@@ -125,3 +125,4 @@ typedef struct WaveEff {
} WaveEff;
#endif

View File

@@ -45,3 +45,4 @@ typedef struct FileGlobal {
} FileGlobal;
#endif

View File

@@ -95,6 +95,5 @@ typedef struct Group {
} Group;
#endif

View File

@@ -87,5 +87,5 @@ typedef struct Ika {
#define IK_GRABEFF 1
#define IK_XYCONSTRAINT 2
#endif

View File

@@ -84,3 +84,4 @@ typedef struct Image {
#define IMA_COLCYCLE 4 /* Depreciated */
#endif

View File

@@ -298,5 +298,5 @@ typedef short IPO_Channel;
#define IPO_EDIT 4
#define IPO_LOCK 8
#endif

View File

@@ -82,3 +82,4 @@ typedef struct Key {
#define KEY_BSPLINE 2
#endif

View File

@@ -94,3 +94,4 @@ typedef struct Lamp {
#define MAXLAMP 256
#endif

View File

@@ -63,3 +63,4 @@ typedef struct Lattice {
#define LT_OUTSIDE 2
#endif

View File

@@ -61,3 +61,4 @@ typedef struct ListBase
#endif
#endif

View File

@@ -160,3 +160,4 @@ typedef struct Material {
#define MA_DARK 1
#endif

View File

@@ -227,3 +227,4 @@ typedef struct Mesh {
#define ME_SPHERETEMP 4
#endif

View File

@@ -94,7 +94,5 @@ typedef struct MetaBall {
/* ml->flag */
#define MB_NEGATIVE 2
#endif

View File

@@ -67,5 +67,6 @@ typedef struct bActionStrip {
#define ACTSTRIP_USESTRIDEBIT 1
#define ACTSTRIP_BLENDTONEXTBIT 2
#define ACTSTRIP_HOLDLASTFRAMEBIT 3
#endif

View File

@@ -314,3 +314,4 @@ extern Object workob;
#endif
#endif

View File

@@ -66,3 +66,4 @@ typedef struct OopsLink {
#define OOPS_REFER 4
#endif

View File

@@ -61,3 +61,4 @@ enum PF_FileStatus
};
#endif /* PACKEDFILE_TYPES_H */

View File

@@ -65,3 +65,4 @@ typedef struct bProperty {
#define MAX_PROPSTRING 128
#endif

View File

@@ -50,3 +50,4 @@ typedef struct Radio {
} Radio;
#endif

View File

@@ -344,3 +344,4 @@ typedef struct Scene {
#endif
#endif

View File

@@ -150,3 +150,4 @@ enum {
/* -- should rather handle this with the above enum... */
#endif

View File

@@ -61,3 +61,4 @@ typedef struct ScriptLink {
#endif
#endif

View File

@@ -80,3 +80,4 @@ typedef struct BHead8 {
} BHead8;
#endif

View File

@@ -223,3 +223,4 @@ typedef struct bSensor {
#define BL_SENS_MOUSE_MOUSEOVER 16
#endif

View File

@@ -156,3 +156,4 @@ typedef struct Editing {
#define SEQ_PLUGIN 24
#endif

View File

@@ -188,3 +188,4 @@ enum SAMPLE_FLAGS_BITS {
/* to DNA_sound_types.h*/
#endif

View File

@@ -469,3 +469,4 @@ typedef struct SpaceImaSel {
#define IMS_INFILESLI 4
#endif

View File

@@ -76,5 +76,5 @@ typedef struct Text {
#define TXT_READONLY 0x0100
#define TXT_FOLLOW 0x0200 // always follow cursor (console)
#endif

View File

@@ -274,3 +274,4 @@ typedef struct Tex {
#define ENV_OSA 2
#endif

View File

@@ -101,5 +101,5 @@ extern UserDef U; /* from usiblender.c !!!! */
#define USERDEF_VRML_AUTOSCALE 2
#define USERDEF_VRML_TWOSIDED 4
#endif

View File

@@ -89,3 +89,4 @@ typedef struct rctf {
} rctf;
#endif

View File

@@ -57,3 +57,4 @@ typedef struct VFont {
#define FO_DUPLI 4
#endif

View File

@@ -50,3 +50,4 @@ typedef struct View2D {
#define V2D_LOCKZOOM_Y 0x0200
#endif

View File

@@ -125,3 +125,4 @@ typedef struct View3D {
#define V3D_PERSP_USE_THE_CAMERA 2
#endif

View File

@@ -46,3 +46,4 @@ typedef struct Wave {
} Wave;
#endif

View File

@@ -117,3 +117,4 @@ typedef struct World {
#define WOMAP_ZENDOWN 8
#endif