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>2021-12-08 07:12:13 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-12-08 07:12:13 +0300
commitb71e29b3dacb4c3071858cb8797e4a4879430392 (patch)
tree029a421e308415d8eed2242868bc5edf25033170 /source/blender/nodes/NOD_socket_declarations.hh
parent47b36ddccee07206b68db46b10320f5e69c48ef9 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/nodes/NOD_socket_declarations.hh')
-rw-r--r--source/blender/nodes/NOD_socket_declarations.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/nodes/NOD_socket_declarations.hh b/source/blender/nodes/NOD_socket_declarations.hh
index 98c8fa68876..1b78a09d6a8 100644
--- a/source/blender/nodes/NOD_socket_declarations.hh
+++ b/source/blender/nodes/NOD_socket_declarations.hh
@@ -226,7 +226,8 @@ class Shader : public SocketDeclaration {
bool matches(const bNodeSocket &socket) const override;
};
-class ShaderBuilder : public SocketDeclarationBuilder<Shader> {};
+class ShaderBuilder : public SocketDeclarationBuilder<Shader> {
+};
/* -------------------------------------------------------------------- */
/** \name #FloatBuilder Inline Methods