gfx/source-texture: Apply formatting as required by clang-format 14

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2022-06-13 06:13:13 +02:00
parent 9e6171ab06
commit ba15203c67

View file

@ -34,11 +34,11 @@ namespace streamfx::gfx {
source_texture(streamfx::obs::weak_source child, streamfx::obs::weak_source parent);
public /*copy*/:
source_texture(source_texture const& other) = delete;
source_texture(source_texture const& other) = delete;
source_texture& operator=(source_texture const& other) = delete;
public /*move*/:
source_texture(source_texture&& other) = delete;
source_texture(source_texture&& other) = delete;
source_texture& operator=(source_texture&& other) = delete;
public: