Skip to content

Commit

Permalink
clang-format acting weird
Browse files Browse the repository at this point in the history
  • Loading branch information
krupkat committed Dec 31, 2024
1 parent 2f21c83 commit 991fbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpano/gui/backends/base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace xpano::gui::backends {

TexDeleter::TexDeleter(Base* backend) : backend_(backend) {};
TexDeleter::TexDeleter(Base* backend) : backend_(backend){};

void TexDeleter::operator()(ImTextureID tex) {
if (backend_ != nullptr) {
Expand Down

0 comments on commit 991fbe3

Please sign in to comment.