From 3362620b5f8716ce480b6f12269596c2d2351a52 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 13 Oct 2018 14:16:33 +0200 Subject: Trim trailing whitespace in source code files --- TSRM/build.mk | 2 +- TSRM/threads.m4 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'TSRM') diff --git a/TSRM/build.mk b/TSRM/build.mk index a608c55583..e5e46b7eaa 100644 --- a/TSRM/build.mk +++ b/TSRM/build.mk @@ -31,7 +31,7 @@ aclocal.m4: configure.ac acinclude.m4 aclocal $(config_h_in): configure.ac -# explicitly remove target since autoheader does not seem to work +# explicitly remove target since autoheader does not seem to work # correctly otherwise (timestamps are not updated) @rm -f $@ autoheader diff --git a/TSRM/threads.m4 b/TSRM/threads.m4 index efd8ee4e64..55864c8982 100644 --- a/TSRM/threads.m4 +++ b/TSRM/threads.m4 @@ -1,17 +1,17 @@ dnl Copyright (c) 1999, 2000 Sascha Schumann. All rights reserved. -dnl +dnl dnl Redistribution and use in source and binary forms, with or without dnl modification, are permitted provided that the following conditions dnl are met: -dnl +dnl dnl 1. Redistributions of source code must retain the above copyright dnl notice, this list of conditions and the following disclaimer. -dnl +dnl dnl 2. Redistributions in binary form must reproduce the above copyright dnl notice, this list of conditions and the following disclaimer in dnl the documentation and/or other materials provided with the dnl distribution. -dnl +dnl dnl THIS SOFTWARE IS PROVIDED BY SASCHA SCHUMANN ``AS IS'' AND ANY dnl EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE dnl IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR @@ -97,7 +97,7 @@ dnl -Kthread UDK cc (UnixWare) dnl -mt WorkShop cc (Solaris) dnl -mthreads gcc (AIX) dnl -pthread gcc (Linux, FreeBSD, NetBSD, OpenBSD) -dnl -pthreads gcc (Solaris) +dnl -pthreads gcc (Solaris) dnl -qthreaded AIX cc V5 dnl -threads gcc (HP-UX) dnl @@ -113,7 +113,7 @@ CFLAGS=$save_CFLAGS AC_CACHE_CHECK(for pthreads_cflags,ac_cv_pthreads_cflags,[ ac_cv_pthreads_cflags= if test "$pthreads_working" != "yes"; then - for flag in -kthread -pthread -pthreads -mthreads -Kthread -threads -mt -qthreaded; do + for flag in -kthread -pthread -pthreads -mthreads -Kthread -threads -mt -qthreaded; do ac_save=$CFLAGS CFLAGS="$CFLAGS $flag" PTHREADS_CHECK_COMPILE -- cgit v1.2.1