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-07 02:52:02 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-12-07 02:52:08 +0300
commit5cad004d716da02f511bd34983ac7da820308676 (patch)
treebe791d87d400faf92d7149f2cacb0162f6928987 /source/blender/nodes/NOD_socket_declarations.hh
parent97e3a2d935ba9b21b127eda7ca104d4bcf4e48bd (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