From 677a901ded1bf4962556d6c73d6786d84e255303 Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Mon, 2 Feb 2015 01:19:09 +0100 Subject: [PATCH] ck_rhs: Realign comments correctly. --- src/ck_rhs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ck_rhs.c b/src/ck_rhs.c index 76043ea..657ee20 100644 --- a/src/ck_rhs.c +++ b/src/ck_rhs.c @@ -78,10 +78,10 @@ enum ck_rhs_probe_behavior { CK_RHS_PROBE = 0, /* Default behavior. */ - CK_RHS_PROBE_RH, /* Short-circuit if RH slot found. */ + CK_RHS_PROBE_RH, /* Short-circuit if RH slot found. */ CK_RHS_PROBE_INSERT, /* Short-circuit on probe bound if tombstone found. */ - CK_RHS_PROBE_ROBIN_HOOD, /* Look for the first slot available for the entry we are about to replace, only used to internally implement Robin Hood */ + CK_RHS_PROBE_ROBIN_HOOD,/* Look for the first slot available for the entry we are about to replace, only used to internally implement Robin Hood */ CK_RHS_PROBE_NO_RH, /* Don't do the RH dance */ }; struct ck_rhs_entry_desc {