Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2024
1 parent 1082aea commit ec62982
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/hpp/util/debug.hh
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ extern HPP_UTIL_DLLAPI Logging logging;
#define hppDebug(statement) \
do { \
using namespace ::hpp::debug; \
{ statement; } \
{ \
statement; \
} \
} while (0)

/// \brief Enable \c statement when HPP_DEBUG is defined.
Expand Down

0 comments on commit ec62982

Please sign in to comment.