Format pass
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Erki 2021-04-30 18:32:07 +03:00
parent 8d721ccaaa
commit 01a091b174
2 changed files with 3 additions and 3 deletions

View File

@ -35,6 +35,6 @@ inline std::uint64_t rand64(std::uint64_t& state)
void srand(const std::uint32_t& seed);
std::uint32_t rand();
}
}// namespace Peripherals
#endif//SKULLC_UTILITY_RAND_HPP

View File

@ -24,4 +24,4 @@ std::uint32_t rand()
return rand32(rand_state);
}
}
}// namespace Peripherals