style cleanup: trailing tabs & expand some non prefix tabs into spaces.
This commit is contained in:
@@ -34,14 +34,14 @@
|
||||
|
||||
/* **************** SCALAR MATH ******************** */
|
||||
static bNodeSocketTemplate cmp_node_math_in[]= {
|
||||
{ SOCK_FLOAT, 1, N_("Value"), 0.5f, 0.5f, 0.5f, 1.0f, -10000.0f, 10000.0f, PROP_NONE},
|
||||
{ SOCK_FLOAT, 1, N_("Value"), 0.5f, 0.5f, 0.5f, 1.0f, -10000.0f, 10000.0f, PROP_NONE},
|
||||
{ -1, 0, "" }
|
||||
{ SOCK_FLOAT, 1, N_("Value"), 0.5f, 0.5f, 0.5f, 1.0f, -10000.0f, 10000.0f, PROP_NONE},
|
||||
{ SOCK_FLOAT, 1, N_("Value"), 0.5f, 0.5f, 0.5f, 1.0f, -10000.0f, 10000.0f, PROP_NONE},
|
||||
{ -1, 0, "" }
|
||||
};
|
||||
|
||||
static bNodeSocketTemplate cmp_node_math_out[]= {
|
||||
{ SOCK_FLOAT, 0, N_("Value")},
|
||||
{ -1, 0, "" }
|
||||
{ SOCK_FLOAT, 0, N_("Value")},
|
||||
{ -1, 0, "" }
|
||||
};
|
||||
|
||||
#ifdef WITH_COMPOSITOR_LEGACY
|
||||
|
||||
Reference in New Issue
Block a user