From 1f7cebdc141c0bae5c25201e35b4d8fd2a27bb16 Mon Sep 17 00:00:00 2001 From: "josh.macdonald" Date: Mon, 15 Feb 2010 22:02:51 +0000 Subject: Misc whitespace changes. --- xdelta3/xdelta3.h | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'xdelta3/xdelta3.h') diff --git a/xdelta3/xdelta3.h b/xdelta3/xdelta3.h index f417dcf..c831ac1 100644 --- a/xdelta3/xdelta3.h +++ b/xdelta3/xdelta3.h @@ -752,10 +752,17 @@ struct _xd3_source xoff_t getblkno; /* request block number: xd3 sets current getblk request */ - xoff_t max_blkno; - xoff_t frontier_blkno; - usize_t onlastblk; - int eof_known; + /* See xd3_getblk() */ + xoff_t max_blkno; /* Maximum block, if eof is known, + * otherwise, equals frontier_blkno + * (initially 0). */ + xoff_t frontier_blkno; /* If eof is unknown, the next + * source position to be read. + * Otherwise, equal to + * max_blkno. */ + usize_t onlastblk; /* Number of bytes on max_blkno */ + int eof_known; /* Set to true when the first + * partial block is read. */ }; /* The primary xd3_stream object, used for encoding and decoding. You -- cgit v1.2.3