Skip to content

Commit 8b42e55

Browse files
committed
Remove Trailing Whitespace
Removes trailing whitespace in one spot to allow IDE's to enable the auto-remove trailing whitespace setting without adding a lot of extra diffs to commits. When you make a 1 line change in a file and have 100 lines of trailing whitespace changes in the diff, it is time consuming to review. Signed-off-by: Seth Zegelstein <[email protected]>
1 parent c4d9812 commit 8b42e55

Some content is hidden

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

73 files changed

+968
-968
lines changed

3rd-party/romio341/.codingcheck

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Here are names that at least at one point were used within ROMIO.
2-
# We should look at these and decide which we wish to allow and which
2+
# We should look at these and decide which we wish to allow and which
33
# should be replaced with something more ROMIO-specific.
4-
%romioDefines = ( 'ROMIO_[A-Za-z0-9_]+' => romio,
5-
'PROFILE' => romio,
6-
'PRINT_ERR_MSG' => romio,
4+
%romioDefines = ( 'ROMIO_[A-Za-z0-9_]+' => romio,
5+
'PROFILE' => romio,
6+
'PRINT_ERR_MSG' => romio,
77
'HPUX' => romio,
88
'SPPUX'=> romio,
99
'SX4'=> romio,
@@ -50,5 +50,5 @@
5050
if (defined(&PushDefinesNames)) {
5151
&PushDefinesNames( "romioDefines", "tree", "add" );
5252
}
53-
53+
5454
1;

3rd-party/romio341/Makefile.am

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ include $(top_srcdir)/Makefile.options
3434
ACLOCAL_AMFLAGS = -I confdb
3535

3636
# empty variable initializations so that later code can append (+=)
37-
include_HEADERS =
37+
include_HEADERS =
3838
nodist_include_HEADERS =
39-
noinst_HEADERS =
39+
noinst_HEADERS =
4040
AM_CFLAGS = @VISIBILITY_CFLAGS@
4141
EXTRA_DIST =
42-
SUFFIXES =
42+
SUFFIXES =
4343
doc1_src_txt =
4444

4545
external_subdirs = @mpl_srcdir@
@@ -55,14 +55,14 @@ external_libs = @mpl_lib@
5555
# In MPICH these will have an MPI_ and a PMPI_ version. Other implementations
5656
# (like OMPI) only want these to be MPI_ routines, possibly with some
5757
# name-shifting prefix.
58-
romio_mpi_sources =
58+
romio_mpi_sources =
5959

6060
# regular old source files that implement ROMIO, such as ADIO code
6161
romio_other_sources =
6262

6363
# code that may need to be "up" called from the MPI library and/or is
6464
# MPI-implementation-specific in some way
65-
glue_sources =
65+
glue_sources =
6666

6767
# ------------------------------------------------------------------------
6868
# when building under MPICH we must be able to find mpi.h
@@ -110,7 +110,7 @@ if BUILD_PROFILING_LIB
110110
# won't work very well the other way around.
111111
noinst_LTLIBRARIES += libpromio.la
112112
libpromio_la_SOURCES = $(romio_mpi_sources)
113-
libpromio_la_CPPFLAGS = $(AM_CPPFLAGS) -DMPIO_BUILD_PROFILING
113+
libpromio_la_CPPFLAGS = $(AM_CPPFLAGS) -DMPIO_BUILD_PROFILING
114114
libpromio_la_LDFLAGS = $(external_ldflags)
115115
libpromio_la_LIBADD = $(external_libs)
116116
else !BUILD_PROFILING_LIB

3rd-party/romio341/README

Lines changed: 87 additions & 87 deletions
Large diffs are not rendered by default.

3rd-party/romio341/adio/ad_gpfs/bg/Makefile.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ noinst_HEADERS += \
1111

1212
romio_other_sources += \
1313
adio/ad_gpfs/bg/ad_bg_aggrs.c \
14-
adio/ad_gpfs/bg/ad_bg_pset.c
14+
adio/ad_gpfs/bg/ad_bg_pset.c
1515

1616
endif BUILD_AD_BG

3rd-party/romio341/adio/ad_lustre/README

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Upcoming soon:
1+
Upcoming soon:
22
o Hierarchical striping as described in the paper from CCGrid2007
33
http://ft.ornl.gov/projects/io/pubs/CCGrid-2007-file-joining.pdf
44
Further out:
55
o To post the code for ParColl (Partitioned collective IO)
6-
6+
77
-----------------------------------------------------
8-
V05:
8+
V05:
99
-----------------------------------------------------
1010
Improved data redistribution
1111
o Improve I/O pattern identification. Besides checking interleaving,
@@ -20,12 +20,12 @@ Improved data redistribution
2020
more constant clients.
2121

2222
-----------------------------------------------------
23-
V04:
23+
V04:
2424
-----------------------------------------------------
2525
o Direct IO and Lockless IO support
2626

2727
-----------------------------------------------------
28-
V03:
28+
V03:
2929
-----------------------------------------------------
3030
o Correct detection of fs_type when lustre: prefix is not given
3131
o Further fix on stripe alignment
@@ -34,21 +34,21 @@ V03:
3434
-----------------------------------------------------
3535
V02:
3636
-----------------------------------------------------
37-
The Lustre ADIO driver has been cleaned up quite a lot. Compared
37+
The Lustre ADIO driver has been cleaned up quite a lot. Compared
3838
to the intital posting, here are the changes:
3939
o Removal of dead/redundant code
4040
o Removal of asynchronous IO piece as it appears outdated
4141
o Bug fixes for setting Lustre Hints
42-
o Bug fixes for data sieving
43-
o Improved Setsize operation with one process calling ftruncate
44-
o Improved collective IO with domain partitioning on
42+
o Bug fixes for data sieving
43+
o Improved Setsize operation with one process calling ftruncate
44+
o Improved collective IO with domain partitioning on
4545
Lustre stripe boundary
4646

4747
Contributing:
48-
o You may contribute via many different ways, such as
48+
o You may contribute via many different ways, such as
4949
testing results, bug reports, and new feature patches.
5050
o We appreciate any courtesy reference of this work.
51-
o Disclaimer: you are welcome to try the code, but at your own risk.
51+
o Disclaimer: you are welcome to try the code, but at your own risk.
5252

5353
Contact info:
5454
For more info, visit http://ft.ornl.gov/projects/io/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl AM_IGNORE is an extension that tells (a patched) automake not to
22
dnl include the specified AC_SUBST variable in the Makefile.in that
3-
dnl automake generates. We don't use AC_DEFUN, since aclocal will
3+
dnl automake generates. We don't use AC_DEFUN, since aclocal will
44
dnl then complain that AM_IGNORE is a duplicate (if you are using the
55
dnl patched automake/aclocal).
66
m4_ifdef([AM_IGNORE],[],[m4_define([AM_IGNORE],[])])

3rd-party/romio341/confdb/aclocal_attr_alias.m4

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AC_PATH_PROGS_FEATURE_CHECK(NM_G, nm, [
1717
# Tru64's nm complains that /dev/null is an invalid object file
1818
#
1919
# AIX's sed does not accept \+, 1) instead of doing 's|a\+||', do 's|aa*||'
20-
# or 2) instead of 's|A \+B|AB|g', do 's|A *B|AB|g'
20+
# or 2) instead of 's|A \+B|AB|g', do 's|A *B|AB|g'
2121
2222
# Check if nm accepts -g
2323
case `${ac_path_NM_G} -g /dev/null 2>&1 | sed '1q'` in
@@ -108,7 +108,7 @@ mpif_cmblk_t MPIFCMB;
108108
109109
/*
110110
Do the test in this file instead in the file
111-
where __attribute__((alias)) is used.
111+
where __attribute__((alias)) is used.
112112
This is needed for pgcc since pgcc seems to
113113
define aliased symbols if they are in the same file.
114114
*/
@@ -171,7 +171,7 @@ if test "$pac_c_attr_alias_other" = "yes" ; then
171171
#if defined(HAVE_STDIO_H) || defined(STDC_HEADERS)
172172
#include <stdio.h>
173173
#endif
174-
174+
175175
struct mpif_cmblk_t_ { int imember; };
176176
typedef struct mpif_cmblk_t_ mpif_cmblk_t;
177177
@@ -239,7 +239,7 @@ if test "$pac_c_attr_alias_main" = "yes" ; then
239239
cmp_addr=${addr}
240240
fi
241241
done
242-
242+
243243
if test "$diff_addrs" != "yes" ; then
244244
dnl echo "Same addresses. Multiple aliases support"
245245
AC_MSG_RESULT([${NM_G} says yes])
@@ -348,7 +348,7 @@ dnl the following weird behavour
348348
dnl pgf77 -o ftest ftest.f => when $?=0 with zero stderr output
349349
dnl pgf77 -o ftest ftest.f dummy.o => when $?=0 with non-zero stderr output.
350350
dnl stderr has "ftest.f:".
351-
dnl
351+
dnl
352352
# First create a fortran CONFTEST which will be used repeatedly.
353353
AC_LANG_PUSH([Fortran]) dnl AC_LANG_PUSH([Fortran 77])
354354
AC_LANG_CONFTEST([
@@ -385,7 +385,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([])],[
385385
pac_f2c_alignedn_diffbase=no
386386
])
387387
# Be sure NOT to remove the conftest.f which is still needed for later use.
388-
# rm -f conftest.$ac_ext
388+
# rm -f conftest.$ac_ext
389389
# Restore everything in autoconf that has been overwritten
390390
PAC_POP_FLAG([ac_link])
391391
# restore previously pushed LIBS

3rd-party/romio341/confdb/aclocal_bugfix.m4

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@ dnl Synopsis:
1717
dnl PAC_PROG_CHECK_INSTALL_WORKS
1818
dnl
1919
dnl Output Effect:
20-
dnl Sets the variable 'INSTALL' to the value of 'ac_sh_install' if
20+
dnl Sets the variable 'INSTALL' to the value of 'ac_sh_install' if
2121
dnl a file cannot be installed into a local directory with the 'INSTALL'
2222
dnl program
2323
dnl
2424
dnl Notes:
25-
dnl The 'AC_PROG_INSTALL' scripts tries to avoid broken versions of
26-
dnl install by avoiding directories such as '/usr/sbin' where some
27-
dnl systems are known to have bad versions of 'install'. Unfortunately,
25+
dnl The 'AC_PROG_INSTALL' scripts tries to avoid broken versions of
26+
dnl install by avoiding directories such as '/usr/sbin' where some
27+
dnl systems are known to have bad versions of 'install'. Unfortunately,
2828
dnl this is exactly the sort of test-on-name instead of test-on-capability
2929
dnl that 'autoconf' is meant to eliminate. The test in this script
30-
dnl is very simple but has been adequate for working around problems
31-
dnl on Solaris, where the '/usr/sbin/install' program (known by
32-
dnl autoconf to be bad because it is in /usr/sbin) is also reached by a
30+
dnl is very simple but has been adequate for working around problems
31+
dnl on Solaris, where the '/usr/sbin/install' program (known by
32+
dnl autoconf to be bad because it is in /usr/sbin) is also reached by a
3333
dnl soft link through /bin, which autoconf believes is good.
3434
dnl
35-
dnl No variables are cached to ensure that we do not make a mistake in
35+
dnl No variables are cached to ensure that we do not make a mistake in
3636
dnl our choice of install program.
3737
dnl
3838
dnl The Solaris configure requires the directory name to immediately
39-
dnl follow the '-c' argument, rather than the more common
39+
dnl follow the '-c' argument, rather than the more common
4040
dnl.vb
4141
dnl args sourcefiles destination-dir
4242
dnl.ve

0 commit comments

Comments
 (0)