Skip to content

Commit 90f71b5

Browse files
Remove trailing whitespace
1 parent ffed8e0 commit 90f71b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/hwloc_internal.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -342,15 +342,15 @@ EOF
342342
hwloc_have_ptrace=1
343343
AC_CHECK_HEADERS([sys/ptrace.h],, [hwloc_have_ptrace=0])
344344
AC_CHECK_FUNCS([ptrace],, [hwloc_have_ptrace=0])
345-
AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
345+
AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
346346
#include "sys/ptrace.h"
347347
int main(void){
348348
return ptrace(PTRACE_SEIZE,
349349
-1,
350350
0,
351351
(void*)(PTRACE_O_TRACECLONE|PTRACE_O_TRACEFORK));
352352
}
353-
]])],, [hwloc_have_ptrace=0])
353+
]])],, [hwloc_have_ptrace=0])
354354
AM_CONDITIONAL([HWLOC_HAVE_PTRACE],[test $hwloc_have_ptrace -eq 1])
355355
AC_DEFINE_UNQUOTED([HWLOC_HAVE_PTRACE], [$hwloc_have_ptrace], [Whether ptrace is present and supports PTRACE_SEIZE or not])
356356

0 commit comments

Comments
 (0)