From c0ec5147bce0f0285359b2b239b2dd6cc94f3925 Mon Sep 17 00:00:00 2001 From: Dirk-Willem van Gulik Date: Fri, 10 Apr 2020 14:00:38 +0200 Subject: [PATCH] Fix indentation --- implementation-profiles/profile.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/implementation-profiles/profile.md b/implementation-profiles/profile.md index 3bd94ad..5615c1f 100644 --- a/implementation-profiles/profile.md +++ b/implementation-profiles/profile.md @@ -49,10 +49,10 @@ The Cuckoo filter shall be serialised as: - Number of slots: unsigned 32 bit integer (S) - Number of buckets: unsigned 32 bit integer (B) - Buckets B x ( A x slotsID) -- with the slotID an unsigned 32 bit integer. + - with the slotID an unsigned 32 bit integer. - Slots(numbered 0 .. slotsID) S x ( key ) -- with the key a 31 bit unsigned int; -- the topbit denotes a populated (0) or empty (1) slot. + - with the key a 31 bit unsigned int; + - the topbit denotes a populated (0) or empty (1) slot. ### Cuckoo filter publication