From 2dd7aa0587414fa02911327515e35f3c9d64430e Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 6 Feb 2019 04:52:24 -0800 Subject: [PATCH] mtl/ofi/Makefile.am: down with tabs! Replace all tabs with spaces. No code or logic changes. Signed-off-by: Jeff Squyres (cherry picked from commit aba2571881951a5fc88574125bc374a30f4cdd98) Signed-off-by: Brian Barrett --- ompi/mca/mtl/ofi/Makefile.am | 44 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/ompi/mca/mtl/ofi/Makefile.am b/ompi/mca/mtl/ofi/Makefile.am index f5311f3f22..81526a35e2 100644 --- a/ompi/mca/mtl/ofi/Makefile.am +++ b/ompi/mca/mtl/ofi/Makefile.am @@ -15,40 +15,40 @@ # EXTRA_DIST = post_configure.sh \ - $(generated_source_modules) + $(generated_source_modules) MAINTAINERCLEANFILES = \ - $(generated_sources) + $(generated_sources) AM_CPPFLAGS = $(opal_ofi_CPPFLAGS) dist_ompidata_DATA = help-mtl-ofi.txt generated_source_modules = \ - mtl_ofi_send_opt.pm \ - mtl_ofi_isend_opt.pm \ - mtl_ofi_irecv_opt.pm \ - mtl_ofi_iprobe_opt.pm \ - mtl_ofi_improbe_opt.pm + mtl_ofi_send_opt.pm \ + mtl_ofi_isend_opt.pm \ + mtl_ofi_irecv_opt.pm \ + mtl_ofi_iprobe_opt.pm \ + mtl_ofi_improbe_opt.pm generated_sources = \ - mtl_ofi_send_opt.c \ - mtl_ofi_isend_opt.c \ - mtl_ofi_irecv_opt.c \ - mtl_ofi_iprobe_opt.c \ - mtl_ofi_improbe_opt.c + mtl_ofi_send_opt.c \ + mtl_ofi_isend_opt.c \ + mtl_ofi_irecv_opt.c \ + mtl_ofi_iprobe_opt.c \ + mtl_ofi_improbe_opt.c mtl_ofi_sources = \ - mtl_ofi.h \ - mtl_ofi.c \ - mtl_ofi_compat.h \ - mtl_ofi_component.c \ - mtl_ofi_endpoint.h \ - mtl_ofi_endpoint.c \ - mtl_ofi_request.h \ - mtl_ofi_types.h \ - mtl_ofi_opt.h \ - $(generated_sources) + mtl_ofi.h \ + mtl_ofi.c \ + mtl_ofi_compat.h \ + mtl_ofi_component.c \ + mtl_ofi_endpoint.h \ + mtl_ofi_endpoint.c \ + mtl_ofi_request.h \ + mtl_ofi_types.h \ + mtl_ofi_opt.h \ + $(generated_sources) # A number of files are generated from macro expansion to minimize # branches in the critical path. These files have perl modules with the suffix