From 9f8807e43ac456d96e56bd6a4d1c2edcf1851ba7 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Wed, 2 Jun 2004 14:07:01 +0000 Subject: [PATCH] Minor edit (to get around cvs problems) --- isamb/isamb.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/isamb/isamb.c b/isamb/isamb.c index 1bf6389..c46246a 100644 --- a/isamb/isamb.c +++ b/isamb/isamb.c @@ -1,4 +1,4 @@ -/* $Id: isamb.c,v 1.36 2004-06-02 12:30:32 adam Exp $ +/* $Id: isamb.c,v 1.37 2004-06-02 14:07:01 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -1149,12 +1149,12 @@ int isamb_pp_forward (ISAMB_PP pp, void *buf, const void *untilbuf) * if cmp * return 1 */ - /* - * The upper nodes consist of a sequence of nodenumbers and keys - * When opening a block, the first node number is read in, and - * offset points to the first key, which is the upper limit of keys - * in the node just read. - */ + /* + * The upper nodes consist of a sequence of nodenumbers and keys + * When opening a block, the first node number is read in, and + * offset points to the first key, which is the upper limit of keys + * in the node just read. + */ char *dst = buf; char *src; struct ISAMB_block *p = pp->block[pp->level]; -- 1.7.10.4