Skip to content

Commit d3693fd

Browse files
riastradhriastradh
authored andcommitted
t_backtrace_sandbox: Nix trailing whitespace.
No functional change intended.
1 parent 5b5669b commit d3693fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/lib/libexecinfo/t_backtrace_sandbox.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
/* $NetBSD: t_backtrace_sandbox.c,v 1.1 2025/01/23 12:32:38 christos Exp $ */
1+
/* $NetBSD: t_backtrace_sandbox.c,v 1.2 2025/01/27 17:02:50 riastradh Exp $ */
22

33
/*-
44
* Copyright (c) 2025 Kyle Evans <kevans@FreeBSD.org>
55
*
66
* SPDX-License-Identifier: BSD-2-Clause
77
*/
88
#include <sys/cdefs.h>
9-
__RCSID("$NetBSD: t_backtrace_sandbox.c,v 1.1 2025/01/23 12:32:38 christos Exp $");
9+
__RCSID("$NetBSD: t_backtrace_sandbox.c,v 1.2 2025/01/27 17:02:50 riastradh Exp $");
1010

1111
#include <sys/param.h>
1212
#ifdef __FreeBSD__
@@ -24,7 +24,7 @@ __RCSID("$NetBSD: t_backtrace_sandbox.c,v 1.1 2025/01/23 12:32:38 christos Exp $
2424

2525
#define BT_FUNCTIONS 10
2626

27-
ATF_TC(backtrace_sandbox);
27+
ATF_TC(backtrace_sandbox);
2828
ATF_TC_HEAD(backtrace_sandbox, tc)
2929
{
3030
atf_tc_set_md_var(tc, "descr",

0 commit comments

Comments
 (0)