White space fixes (to make a diff from the trunk cleaner).

This commit is contained in:
Tamito Kajiyama
2013-04-05 16:53:24 +00:00
parent 01a87fe1b9
commit fabbc5b1fa
3 changed files with 4 additions and 3 deletions

View File

@@ -153,7 +153,7 @@ set(SRC
intern/world.c
intern/writeavi.c
intern/writeframeserver.c
BKE_DerivedMesh.h
BKE_action.h
BKE_addon.h

View File

@@ -833,7 +833,7 @@ void BKE_animdata_main_cb(Main *mainptr, ID_AnimData_Edit_Callback func, void *u
/* line styles */
ANIMDATA_IDS_CB(mainptr->linestyle.first);
}
}
/* Fix all RNA-Paths throughout the database (directly access the Global.main version)
* NOTE: it is assumed that the structure we're replacing is <prefix><["><name><"]>

View File

@@ -1015,7 +1015,7 @@ static void ccgDM_getFinalFace(DerivedMesh *dm, int faceNum, MFace *mf)
}
else {
mf->flag = ME_SMOOTH;
}
}
mf->edcode = 0;
}
@@ -3282,6 +3282,7 @@ static CCGDerivedMesh *getCCGDerivedMesh(CCGSubSurf *ss,
has_edge_origindex = CustomData_has_layer(&ccgdm->dm.edgeData, CD_ORIGINDEX);
loopindex = loopindex2 = 0; /* current loop index */
for (index = 0; index < totface; index++) {
CCGFace *f = ccgdm->faceMap[index].face;