diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-07-23 16:15:22 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-07-23 16:15:22 +0200 |
| commit | 8cc4d07100bfa71a900cc58369ed27ecaffb372a (patch) | |
| tree | 542c941285a0c63c8eccfeda9cfe568567018ad4 /man3/queue.3 | |
| parent | 66f050d83e295493d8b71994d13cbf60d3fb4422 (diff) | |
| download | man-pages-8cc4d07100bfa71a900cc58369ed27ecaffb372a.tar.gz | |
Removed trailing white space at end of lines
Diffstat (limited to 'man3/queue.3')
| -rw-r--r-- | man3/queue.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/queue.3 b/man3/queue.3 index 08f500beb7..7d26b54c62 100644 --- a/man3/queue.3 +++ b/man3/queue.3 @@ -927,7 +927,7 @@ LIST_FOREACH(np, &head, entries) .\" LIST_REMOVE(np, entries); .\" free(np); .\" } -.\" +.\" while (!LIST_EMPTY(&head)) { /* List Deletion. */ n1 = LIST_FIRST(&head); LIST_REMOVE(n1, entries); |
