From ba15203c67d6b90d7b190876271d11019bfa0ca5 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Mon, 13 Jun 2022 06:13:13 +0200 Subject: [PATCH] gfx/source-texture: Apply formatting as required by clang-format 14 --- source/gfx/gfx-source-texture.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/gfx/gfx-source-texture.hpp b/source/gfx/gfx-source-texture.hpp index c460b7a671..e930aff140 100644 --- a/source/gfx/gfx-source-texture.hpp +++ b/source/gfx/gfx-source-texture.hpp @@ -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: