Skip to content

Commit

Permalink
gfx/source-texture: Apply formatting as required by clang-format 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaymar committed Apr 5, 2023
1 parent 9e6171a commit ba15203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/gfx/gfx-source-texture.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ba15203

Please sign in to comment.