]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/queue.3
Removed trailing white space at end of lines
[thirdparty/man-pages.git] / man3 / queue.3
index 08f500beb7a6eed203429ddadab7f471c63d6659..7d26b54c627bb5d92f55d32195425d66a4818ada 100644 (file)
@@ -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);