diff options
Diffstat (limited to 'src/core/randomizer.hh')
| -rw-r--r-- | src/core/randomizer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/randomizer.hh b/src/core/randomizer.hh index b60b839..4d1bb83 100644 --- a/src/core/randomizer.hh +++ b/src/core/randomizer.hh @@ -54,4 +54,4 @@ inline void Randomizer<T>::clear(void) m_dist = std::uniform_int_distribution<std::size_t>(0, 0); } -#endif /* CORE_RANDOMIZER_HH */ +#endif // CORE_RANDOMIZER_HH |
