From b6987c1e4793565db0fc38ae9fdd6674b6874dbf Mon Sep 17 00:00:00 2001 From: Gregory Burd Date: Thu, 14 Jun 2012 18:04:39 +0100 Subject: [PATCH] Whitespace --- include/hanoidb.hrl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/hanoidb.hrl b/include/hanoidb.hrl index f89f5bd..aef76f7 100644 --- a/include/hanoidb.hrl +++ b/include/hanoidb.hrl @@ -38,8 +38,8 @@ %% which is > any possible key, hence we need to allow to_key=undefined %% as a token of an interval that has no upper limit. %% --record(key_range, { from_key = <<>> :: binary(), +-record(key_range, { from_key = <<>> :: binary(), from_inclusive = true :: boolean(), to_key :: binary() | undefined, to_inclusive = false :: boolean(), - limit :: pos_integer() | undefined }). + limit :: pos_integer() | undefined }).