From: Heikki Levanto Date: Wed, 2 Jun 2004 14:07:01 +0000 (+0000) Subject: Minor edit (to get around cvs problems) X-Git-Tag: ZEBRA.1.3.16~78 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=9f8807e43ac456d96e56bd6a4d1c2edcf1851ba7 Minor edit (to get around cvs problems) --- 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];