]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
list.3: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 21 Oct 2020 04:41:39 +0000 (06:41 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 21 Oct 2020 04:41:39 +0000 (06:41 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/list.3

index 8233c3b3e1b1d4129da76d205f58cb61cd25ae99..bcd651289f96fd04affcb629b63af9b48b8092c6 100644 (file)
@@ -306,9 +306,9 @@ LIST_HEAD(listhead, entry);
 int
 main(void)
 {
-    struct entry    *n1, *n2, *n3, *np;
+    struct entry *n1, *n2, *n3, *np;
     struct listhead head;                   /* List head. */
-    int     i;
+    int i;
 
     LIST_INIT(&head);                       /* Initialize the list. */