style cleanup

This commit is contained in:
2013-03-08 04:00:06 +00:00
parent ff336aca02
commit c36f20a7d2
41 changed files with 88 additions and 78 deletions

View File

@@ -551,7 +551,7 @@ DEFINE_CUSTOMDATA_LAYER_COLLECTION_ACTIVEITEM(uv_layer, ldata, CD_MLOOPUV, rende
/* MeshUVLoopLayer */
static char *rna_MeshUVLoopLayer_path(PointerRNA * ptr)
static char *rna_MeshUVLoopLayer_path(PointerRNA *ptr)
{
return BLI_sprintfN("uv_layers[\"%s\"]", ((CustomDataLayer *)ptr->data)->name);
}