Line breaks and other formatting issues. No functional changes.

This commit is contained in:
Markus Armbruster 2006-05-21 13:05:24 +00:00
parent 281840b604
commit 4c4fdca42b
37 changed files with 119 additions and 117 deletions

View file

@ -45,7 +45,7 @@ struct io {
struct qelem queue; /* list of ioqueue elements */
int nbytes; /* number of data bytes present */
int offset; /* offset into current entry */
char *data; /* pointer to start */
char *data; /* pointer to start */
};
void ioq_init(struct ioqueue *ioq, int bsize);