Module Name: src
Committed By: skrll
Date: Mon Jun 13 19:49:34 UTC 2022
Modified Files:
src/tests/libexec/ld.elf_so: t_ifunc.c
Log Message:
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/libexec/ld.elf_so/t_ifunc.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/libexec/ld.elf_so/t_ifunc.c
diff -u src/tests/libexec/ld.elf_so/t_ifunc.c:1.9 src/tests/libexec/ld.elf_so/t_ifunc.c:1.10
--- src/tests/libexec/ld.elf_so/t_ifunc.c:1.9 Tue Jul 9 16:24:01 2019
+++ src/tests/libexec/ld.elf_so/t_ifunc.c Mon Jun 13 19:49:33 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: t_ifunc.c,v 1.9 2019/07/09 16:24:01 maya Exp $ */
+/* $NetBSD: t_ifunc.c,v 1.10 2022/06/13 19:49:33 skrll Exp $ */
/*
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
#include "h_macros.h"
-#if defined( __arm__) || defined(__i386__) || defined(__x86_64__) || defined(__powerpc__) || defined(__sparc__)
+#if defined(__arm__) || defined(__i386__) || defined(__x86_64__) || defined(__powerpc__) || defined(__sparc__)
#define LINKER_SUPPORT 1
#else
#define LINKER_SUPPORT 0