Skip to content

Commit aba2571

Browse files
committed
mtl/ofi/Makefile.am: down with tabs!
Replace all tabs with spaces. No code or logic changes. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 945f830 commit aba2571

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

ompi/mca/mtl/ofi/Makefile.am

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,40 +13,40 @@
1313
#
1414

1515
EXTRA_DIST = post_configure.sh \
16-
$(generated_source_modules)
16+
$(generated_source_modules)
1717

1818
MAINTAINERCLEANFILES = \
19-
$(generated_sources)
19+
$(generated_sources)
2020

2121
AM_CPPFLAGS = $(ompi_mtl_ofi_CPPFLAGS) $(opal_common_ofi_CPPFLAGS)
2222

2323
dist_ompidata_DATA = help-mtl-ofi.txt
2424

2525
generated_source_modules = \
26-
mtl_ofi_send_opt.pm \
27-
mtl_ofi_isend_opt.pm \
28-
mtl_ofi_irecv_opt.pm \
29-
mtl_ofi_iprobe_opt.pm \
30-
mtl_ofi_improbe_opt.pm
26+
mtl_ofi_send_opt.pm \
27+
mtl_ofi_isend_opt.pm \
28+
mtl_ofi_irecv_opt.pm \
29+
mtl_ofi_iprobe_opt.pm \
30+
mtl_ofi_improbe_opt.pm
3131

3232
generated_sources = \
33-
mtl_ofi_send_opt.c \
34-
mtl_ofi_isend_opt.c \
35-
mtl_ofi_irecv_opt.c \
36-
mtl_ofi_iprobe_opt.c \
37-
mtl_ofi_improbe_opt.c
33+
mtl_ofi_send_opt.c \
34+
mtl_ofi_isend_opt.c \
35+
mtl_ofi_irecv_opt.c \
36+
mtl_ofi_iprobe_opt.c \
37+
mtl_ofi_improbe_opt.c
3838

3939
mtl_ofi_sources = \
40-
mtl_ofi.h \
41-
mtl_ofi.c \
42-
mtl_ofi_compat.h \
43-
mtl_ofi_component.c \
44-
mtl_ofi_endpoint.h \
45-
mtl_ofi_endpoint.c \
46-
mtl_ofi_request.h \
47-
mtl_ofi_types.h \
48-
mtl_ofi_opt.h \
49-
$(generated_sources)
40+
mtl_ofi.h \
41+
mtl_ofi.c \
42+
mtl_ofi_compat.h \
43+
mtl_ofi_component.c \
44+
mtl_ofi_endpoint.h \
45+
mtl_ofi_endpoint.c \
46+
mtl_ofi_request.h \
47+
mtl_ofi_types.h \
48+
mtl_ofi_opt.h \
49+
$(generated_sources)
5050

5151
# A number of files are generated from macro expansion to minimize
5252
# branches in the critical path. These files have perl modules with the suffix

0 commit comments

Comments
 (0)