Skip to content

Commit

Permalink
Apply clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Tessil committed Mar 19, 2024
1 parent cbc0538 commit b5009d2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions include/tsl/robin_growth_policy.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@
#include <ratio>
#include <stdexcept>

// A change of the major version indicates an API and/or ABI break (change of in-memory layout of the data structure)
// A change of the major version indicates an API and/or ABI break (change of
// in-memory layout of the data structure)
#define TSL_RH_VERSION_MAJOR 1
// A change of the minor version indicates the addition of a feature without impact on the API/ABI
// A change of the minor version indicates the addition of a feature without
// impact on the API/ABI
#define TSL_RH_VERSION_MINOR 2
// A change of the patch version indicates a bugfix without additional functionality
// A change of the patch version indicates a bugfix without additional
// functionality
#define TSL_RH_VERSION_PATCH 1

#ifdef TSL_DEBUG
Expand Down

0 comments on commit b5009d2

Please sign in to comment.