Skip to content

Commit 563189a

Browse files
author
Ralph Castain
committed
Remove the orte/qos framework and associated changes that should not have been included in the 2.x series
Remove extra whitespace and update the contrib/whitespace-purge.sh script Includes following reverts: open-mpi/ompi@9cb2fcf open-mpi/ompi@01a9bdf open-mpi/ompi@1f8de27 open-mpi/ompi@d9dcf835
1 parent 8ae44ea commit 563189a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+785
-4389
lines changed

contrib/whitespace-purge.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Copyright (c) 2015 Intel, Inc. All rights reserved.
44
# Copyright (c) 2015 Los Alamos National Security, LLC. All rights
55
# reserved
6+
# Copyright (c) 2015 Cisco Systems, Inc.
67
# $COPYRIGHT$
78
#
89
# Additional copyrights may follow
@@ -18,6 +19,7 @@ for file in $(git ls-files) ; do
1819
# skipped add the check here.
1920
type=$(file -b --mime-type -h $file)
2021
if test ${type::4} == "text" ; then
21-
LC_ALL=C sed -i '' -E "s/[[:space:]]*$//" $file
22+
# Eliminate whitespace at the end of lines
23+
perl -pi -e 's/\s*$/\n/' $file
2224
fi
2325
done

0 commit comments

Comments
 (0)