aboutsummaryrefslogtreecommitdiffstats
path: root/man3/queue.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-07-23 16:15:22 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-07-23 16:15:22 +0200
commit8cc4d07100bfa71a900cc58369ed27ecaffb372a (patch)
tree542c941285a0c63c8eccfeda9cfe568567018ad4 /man3/queue.3
parent66f050d83e295493d8b71994d13cbf60d3fb4422 (diff)
downloadman-pages-8cc4d07100bfa71a900cc58369ed27ecaffb372a.tar.gz
Removed trailing white space at end of lines
Diffstat (limited to 'man3/queue.3')
-rw-r--r--man3/queue.32
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);