Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2016-10-08 12:56:57 +02:00
parent b8efb41432
commit ac64534c7f
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ Global changes
Various pages
Michael Kerrisk
Fix section ordering
Various pages had sections in an order different from
Various pages had sections in an order different from
that prescribed in man-pages(7).
Various pages

View File

@ -294,7 +294,7 @@ test_kcmp(char *msg, id_t pid1, pid_t pid2, int fd_a, int fd_b)
printf("\\t%s\\n", msg);
printf("\\t\\tkcmp(%ld, %ld, KCMP_FILE, %d, %d) ==> %s\\n",
(long) pid1, (long) pid2, fd_a, fd_b,
(kcmp(pid1, pid2, KCMP_FILE, fd_a, fd_b) == 0) ?
(kcmp(pid1, pid2, KCMP_FILE, fd_a, fd_b) == 0) ?
"same" : "different");
}