Cleanup: style

This commit is contained in:
2015-04-21 15:53:32 +10:00
parent f36e91ad0a
commit b82d571c85
5 changed files with 8 additions and 8 deletions

View File

@@ -580,7 +580,7 @@ static void image_multi_decpass_cb(bContext *C, void *rr_v, void *iuser_v)
ImageUser *iuser = iuser_v;
RenderLayer *rl;
RenderPass *rp;
RenderPass *prev= NULL;
RenderPass *prev = NULL;
int layer = iuser->layer;
if (RE_HasFakeLayer(rr))

View File

@@ -117,7 +117,7 @@ void GPU_render_text(MTFace *tface, int mode,
/* color has been set */
if (tface->mode & TF_OBCOL)
col= NULL;
col = NULL;
else if (!col)
glColor3f(1.0f, 1.0f, 1.0f);

View File

@@ -43,7 +43,7 @@ void cmp_node_update_default(bNodeTree *UNUSED(ntree), bNode *node)
for (sock = node->outputs.first; sock; sock = sock->next) {
if (sock->cache) {
//free_compbuf(sock->cache);
//sock->cache= NULL;
//sock->cache = NULL;
}
}
node->need_exec = 1;