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:
authorJeroen Bakker <jeroen@blender.org>2021-03-30 15:12:53 +0300
committerJeroen Bakker <jeroen@blender.org>2021-03-30 17:03:43 +0300
commit094c950915bcdfda7e8a554a31edbf7c87c30739 (patch)
tree5bbe2e27ac9680d6a0e8c07298ad12132e9c19cf /source/blender/compositor/operations
parent88e0ed32888f4a87ec1192e3b54aebe8686e029c (diff)
Cleanup: clang-format.
Diffstat (limited to 'source/blender/compositor/operations')
-rw-r--r--source/blender/compositor/operations/COM_SetValueOperation.h1
-rw-r--r--source/blender/compositor/operations/COM_SocketProxyOperation.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_SetValueOperation.h b/source/blender/compositor/operations/COM_SetValueOperation.h
index c3939ea65ea..5383f3b5fd3 100644
--- a/source/blender/compositor/operations/COM_SetValueOperation.h
+++ b/source/blender/compositor/operations/COM_SetValueOperation.h
@@ -51,7 +51,6 @@ class SetValueOperation : public NodeOperation {
void executePixelSampled(float output[4], float x, float y, PixelSampler sampler) override;
void determineResolution(unsigned int resolution[2],
unsigned int preferredResolution[2]) override;
-
};
} // namespace blender::compositor
diff --git a/source/blender/compositor/operations/COM_SocketProxyOperation.h b/source/blender/compositor/operations/COM_SocketProxyOperation.h
index 27fb6e0f204..1d3b76055bd 100644
--- a/source/blender/compositor/operations/COM_SocketProxyOperation.h
+++ b/source/blender/compositor/operations/COM_SocketProxyOperation.h
@@ -27,7 +27,6 @@ class SocketProxyOperation : public NodeOperation {
SocketProxyOperation(DataType type, bool use_conversion);
std::unique_ptr<MetaData> getMetaData() override;
-
};
} // namespace blender::compositor