converted more mixed tab/space indentations to tabs. only whitespace changes.

This commit is contained in:
2011-04-21 15:53:30 +00:00
parent 210ee1ade4
commit f9f771cd01
117 changed files with 1704 additions and 1708 deletions

View File

@@ -3231,8 +3231,7 @@ static void subdividenurb(Object *obedit, int number_cuts)
MEM_freeN(nu->bp); MEM_freeN(nu->bp);
nu->bp= bpnew; nu->bp= bpnew;
nu->pntsu+= sel; nu->pntsu+= sel;
nurbs_knot_calc_u(nu); /* shift knots nurbs_knot_calc_u(nu); /* shift knots forward */
forward */
} }
} }
} }

View File

@@ -124,7 +124,6 @@ static void do_channel_matte(bNode *node, float *out, float *in)
else { else {
out[3]=in[3]; out[3]=in[3];
} }
} }
static void node_composit_exec_channel_matte(void *data, bNode *node, bNodeStack **in, bNodeStack **out) static void node_composit_exec_channel_matte(void *data, bNode *node, bNodeStack **in, bNodeStack **out)
@@ -215,4 +214,3 @@ void register_node_type_cmp_channel_matte(ListBase *lb)
nodeRegisterType(lb, &ntype); nodeRegisterType(lb, &ntype);
} }

View File

@@ -189,9 +189,8 @@ static void do_apply_spillmap_blue(bNode *node, float* out, float *in, float *ma
static void node_composit_exec_color_spill(void *UNUSED(data), bNode *node, bNodeStack **in, bNodeStack **out) static void node_composit_exec_color_spill(void *UNUSED(data), bNode *node, bNodeStack **in, bNodeStack **out)
{ {
/* /* Originally based on the information from the book "The Art and Science of Digital Composition" and
Originally based on the information from the book "The Art and Science of Digital Composition" and * discussions from vfxtalk.com .*/
discussions from vfxtalk.com.*/
CompBuf *cbuf; CompBuf *cbuf;
CompBuf *mask; CompBuf *mask;
CompBuf *rgbbuf; CompBuf *rgbbuf;