Cleanup: clang-format, sort structs

This commit is contained in:
Campbell Barton 2019-05-21 23:54:43 +10:00
parent a459a590c2
commit dfb2db10a0
5 changed files with 5 additions and 5 deletions

View File

@ -255,6 +255,6 @@ void BKE_editmesh_ensure_autosmooth(BMEditMesh *em)
Mesh *me = em->ob->data;
if (!(me->flag & ME_AUTOSMOOTH)) {
me->flag |= ME_AUTOSMOOTH;
BKE_editmesh_lnorspace_update (em);
BKE_editmesh_lnorspace_update(em);
}
}

View File

@ -43,8 +43,8 @@ struct DerivedMesh;
struct FluidsimSettings;
struct GpencilBatchCache;
struct Ipo;
struct Mesh;
struct Material;
struct Mesh;
struct Object;
struct PartDeflect;
struct ParticleSystem;

View File

@ -37,11 +37,11 @@
#include "RE_pipeline.h"
struct GHash;
struct Main;
struct Object;
struct RenderEngine;
struct ReportList;
struct GHash;
/* this is handed over to threaded hiding/passes/shading engine */
typedef struct RenderPart {

View File

@ -60,6 +60,7 @@ struct wmEvent;
struct wmEventHandler;
struct wmEventHandler_Keymap;
struct wmEventHandler_UI;
struct wmGenericUserData;
struct wmGesture;
struct wmJob;
struct wmMsgSubscribeKey;
@ -67,7 +68,6 @@ struct wmMsgSubscribeValue;
struct wmOperator;
struct wmOperatorType;
struct wmPaintCursor;
struct wmGenericUserData;
#ifdef WITH_INPUT_NDOF
struct wmNDOFMotionData;

View File

@ -38,8 +38,8 @@ typedef struct wmDrawBuffer {
} wmDrawBuffer;
struct ARegion;
struct bContext;
struct ScrArea;
struct bContext;
struct wmWindow;
/* wm_draw.c */