Skip to content

Commit

Permalink
Update include/snitch/snitch_registry.hpp
Browse files Browse the repository at this point in the history
make snitch lower case

Co-authored-by: Corentin Schreiber <github@corentin.net>
  • Loading branch information
NicoMuleo and cschreib authored Nov 5, 2024
1 parent 9403540 commit b16d982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/snitch/snitch_registry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ constexpr std::size_t max_unique_tags = SNITCH_MAX_UNIQUE_TAGS;
constexpr std::size_t max_registered_reporters = SNITCH_MAX_REGISTERED_REPORTERS;
// Maximum size of a reporter instance, in bytes.
constexpr std::size_t max_reporter_size_bytes = SNITCH_MAX_REPORTER_SIZE_BYTES;
// Is Snitch disabled?
// Is snitch disabled?
constexpr bool is_disabled = SNITCH_DISABLE;
} // namespace snitch

Expand Down

0 comments on commit b16d982

Please sign in to comment.