style cleanup: (indentation)

This commit is contained in:
Campbell Barton 2012-06-06 14:48:39 +00:00
parent 2cb671591b
commit 1931aac1f7
18 changed files with 988 additions and 988 deletions

@ -185,7 +185,7 @@ static void node_composit_exec_math(void *UNUSED(data), bNode *node, bNodeStack
stackbuf=alloc_compbuf(cbuf->x, cbuf->y, CB_VAL, 1);
}
/* and if it doesn't exist use the second input since we
know that one of them must exist at this point*/
* know that one of them must exist at this point*/
else {
stackbuf=alloc_compbuf(cbuf2->x, cbuf2->y, CB_VAL, 1);
}