Skip to content

Commit

Permalink
format-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anandamideShakyan authored and aditi-pandit committed Dec 12, 2024
1 parent 30fb7f8 commit e8cca76
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
#include <sys/resource.h>

namespace {
#define REPORT_IF_NOT_ZERO(name, counter) \
do { \
if ((counter) != 0) { \
#define REPORT_IF_NOT_ZERO(name, counter) \
do { \
if ((counter) != 0) { \
RECORD_METRIC_VALUE((name), (counter)); \
} \
} \
} while (0)
} // namespace

Expand Down

0 comments on commit e8cca76

Please sign in to comment.