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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2022-01-10 02:24:48 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-01-10 02:24:48 +0300
commit17c7bac4052e1b5061d0cfdee5096d5e30837cc2 (patch)
treea7905c80fbc884daf651701835259be223e69e5a /source/blender/nodes/shader/nodes/node_shader_tex_checker.cc
parent6110f3aa1f4df2f477c88cbe6f57747f3ea2717a (diff)
Cleanup: redundent semicolons after function braces
Diffstat (limited to 'source/blender/nodes/shader/nodes/node_shader_tex_checker.cc')
-rw-r--r--source/blender/nodes/shader/nodes/node_shader_tex_checker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/shader/nodes/node_shader_tex_checker.cc b/source/blender/nodes/shader/nodes/node_shader_tex_checker.cc
index f22af9f4963..6022f13821a 100644
--- a/source/blender/nodes/shader/nodes/node_shader_tex_checker.cc
+++ b/source/blender/nodes/shader/nodes/node_shader_tex_checker.cc
@@ -34,7 +34,7 @@ static void sh_node_tex_checker_declare(NodeDeclarationBuilder &b)
.no_muted_links();
b.add_output<decl::Color>(N_("Color"));
b.add_output<decl::Float>(N_("Fac"));
-};
+}
static void node_shader_init_tex_checker(bNodeTree *UNUSED(ntree), bNode *node)
{