Skip to content

Commit

Permalink
Appease the insanity of clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
WillChilds-Klein committed Apr 4, 2024
1 parent 735df54 commit 09dcfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/auto_free.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
void releaseOwnership() { PTR_NAME(name) = NULL; } \
void clear() \
{ \
CONCAT2(name, _free)(PTR_NAME(name)); \
CONCAT2(name, _free)(PTR_NAME(name)); \
PTR_NAME(name) = NULL; \
} \
name* operator->() { return *this; } \
Expand Down

0 comments on commit 09dcfe5

Please sign in to comment.