indent
This commit is contained in:
parent
f30b5056cc
commit
22e80d4cd5
@ -38,7 +38,7 @@ namespace MagyarSort {
|
||||
template<int DIGIT>
|
||||
struct OccurenceMagic : public OccurenceMagic<DIGIT - 1> {
|
||||
inline OccurenceMagic(uint32_t arr[], size_t i, size_t *radicsOut) noexcept
|
||||
: OccurenceMagic<DIGIT -1 >(arr, i, radicsOut) {
|
||||
: OccurenceMagic<DIGIT -1 >(arr, i, radicsOut) {
|
||||
// parents run first so template recursion runs DIGIT=0 first...
|
||||
++radicsOut[getDigit<DIGIT>(arr[i]) + DIGIT_RANGE * DIGIT];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user