Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-01-18 02:25:37 +0300
committerCampbell Barton <campbell@blender.org>2022-01-18 02:26:18 +0300
commit0fa36c81d906264c340cecc457656acf673770cb (patch)
treed77c562967e893e7f876f731827dd2ade9259d7d /source/blender/nodes/composite
parent3bbb39ecc114ddd2c5c3fc91e1376e1cc33f55b7 (diff)
Cleanup: quite old-style-declaration warning, strip trailing space
Diffstat (limited to 'source/blender/nodes/composite')
-rw-r--r--source/blender/nodes/composite/nodes/node_composite_scene_time.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/composite/nodes/node_composite_scene_time.cc b/source/blender/nodes/composite/nodes/node_composite_scene_time.cc
index 845390665f2..5c53c1df237 100644
--- a/source/blender/nodes/composite/nodes/node_composite_scene_time.cc
+++ b/source/blender/nodes/composite/nodes/node_composite_scene_time.cc
@@ -36,4 +36,4 @@ void register_node_type_cmp_scene_time()
cmp_node_type_base(&ntype, CMP_NODE_SCENE_TIME, "Scene Time", NODE_CLASS_INPUT);
ntype.declare = blender::nodes::cmp_node_scene_time_declare;
nodeRegisterType(&ntype);
-} \ No newline at end of file
+}