Module Name: src
Committed By: riastradh
Date: Fri Aug 28 14:18:29 UTC 2020
Modified Files:
src/tests/net/net: t_unix.c
Log Message:
Nix trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/tests/net/net/t_unix.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/net/net/t_unix.c
diff -u src/tests/net/net/t_unix.c:1.23 src/tests/net/net/t_unix.c:1.24
--- src/tests/net/net/t_unix.c:1.23 Fri Aug 28 13:56:29 2020
+++ src/tests/net/net/t_unix.c Fri Aug 28 14:18:29 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: t_unix.c,v 1.23 2020/08/28 13:56:29 christos Exp $ */
+/* $NetBSD: t_unix.c,v 1.24 2020/08/28 14:18:29 riastradh Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
#define _GNU_SOURCE
#include <sys/cdefs.h>
#ifdef __RCSID
-__RCSID("$Id: t_unix.c,v 1.23 2020/08/28 13:56:29 christos Exp $");
+__RCSID("$Id: t_unix.c,v 1.24 2020/08/28 14:18:29 riastradh Exp $");
#else
#define getprogname() argv[0]
#endif
@@ -208,7 +208,7 @@ check_cred(int fd, bool statit, pid_t ch
}
}
fflush(stdout);
-
+
CHECK_EQUAL(euid, uid, s);
CHECK_EQUAL(egid, gid, s);
CHECK_EQUAL(pid, checkpid, s);
@@ -237,7 +237,7 @@ test(bool forkit, bool closeit, bool sta
FAIL("socket(server)");
slen = len + OF + 1;
-
+
if ((sun = calloc(1, slen)) == NULL)
FAIL("calloc");
@@ -351,7 +351,7 @@ test(bool forkit, bool closeit, bool sta
for (size_t i = 0; i < slen - OF; i++)
if (sock_addr->sun_path[i] != sun->sun_path[i])
FAIL("sock_addr.sun_path[%zu] %d != "
- "sun->sun_path[%zu] %d\n", i,
+ "sun->sun_path[%zu] %d\n", i,
sock_addr->sun_path[i], i,
sun->sun_path[i]);