Module Name: src
Committed By: riastradh
Date: Mon Jan 27 17:02:50 UTC 2025
Modified Files:
src/tests/lib/libexecinfo: t_backtrace_sandbox.c
Log Message:
t_backtrace_sandbox: Nix trailing whitespace.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libexecinfo/t_backtrace_sandbox.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/lib/libexecinfo/t_backtrace_sandbox.c
diff -u src/tests/lib/libexecinfo/t_backtrace_sandbox.c:1.1 src/tests/lib/libexecinfo/t_backtrace_sandbox.c:1.2
--- src/tests/lib/libexecinfo/t_backtrace_sandbox.c:1.1 Thu Jan 23 12:32:38 2025
+++ src/tests/lib/libexecinfo/t_backtrace_sandbox.c Mon Jan 27 17:02:50 2025
@@ -1,4 +1,4 @@
-/* $NetBSD: t_backtrace_sandbox.c,v 1.1 2025/01/23 12:32:38 christos Exp $ */
+/* $NetBSD: t_backtrace_sandbox.c,v 1.2 2025/01/27 17:02:50 riastradh Exp $ */
/*-
* Copyright (c) 2025 Kyle Evans <[email protected]>
@@ -6,7 +6,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_backtrace_sandbox.c,v 1.1 2025/01/23 12:32:38 christos Exp $");
+__RCSID("$NetBSD: t_backtrace_sandbox.c,v 1.2 2025/01/27 17:02:50 riastradh Exp $");
#include <sys/param.h>
#ifdef __FreeBSD__
@@ -24,7 +24,7 @@ __RCSID("$NetBSD: t_backtrace_sandbox.c,
#define BT_FUNCTIONS 10
-ATF_TC(backtrace_sandbox);
+ATF_TC(backtrace_sandbox);
ATF_TC_HEAD(backtrace_sandbox, tc)
{
atf_tc_set_md_var(tc, "descr",