From 22e80d4cd5d9989939d29eb282b04e25a5dcc4f4 Mon Sep 17 00:00:00 2001 From: Richard Thier Date: Thu, 11 Mar 2021 22:40:37 +0100 Subject: [PATCH] indent --- magyarsort.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magyarsort.h b/magyarsort.h index cebd485..dd2ed53 100644 --- a/magyarsort.h +++ b/magyarsort.h @@ -38,7 +38,7 @@ namespace MagyarSort { template struct OccurenceMagic : public OccurenceMagic { inline OccurenceMagic(uint32_t arr[], size_t i, size_t *radicsOut) noexcept - : OccurenceMagic(arr, i, radicsOut) { + : OccurenceMagic(arr, i, radicsOut) { // parents run first so template recursion runs DIGIT=0 first... ++radicsOut[getDigit(arr[i]) + DIGIT_RANGE * DIGIT]; }