Skip to content

Commit b556cab

Browse files
committed
btl/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 aba2571 commit b556cab

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

opal/mca/btl/ofi/Makefile.am

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# University of Stuttgart. All rights reserved.
1010
# Copyright (c) 2004-2005 The Regents of the University of California.
1111
# All rights reserved.
12-
# Copyright (c) 2009-2014 Cisco Systems, Inc. All rights reserved.
12+
# Copyright (c) 2009-2019 Cisco Systems, Inc. All rights reserved
1313
# Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
1414
# Copyright (c) 2017 IBM Corporation. All rights reserved.
1515
# Copyright (c) 2018 Intel, inc. All rights reserved
@@ -25,16 +25,16 @@
2525
AM_CPPFLAGS = $(opal_common_ofi_CPPFLAGS)
2626
sources = \
2727
btl_ofi.h \
28-
btl_ofi_component.c \
29-
btl_ofi_endpoint.h \
30-
btl_ofi_endpoint.c \
31-
btl_ofi_module.c \
32-
btl_ofi_rdma.h \
33-
btl_ofi_rdma.c \
34-
btl_ofi_atomics.c \
35-
btl_ofi_frag.c \
36-
btl_ofi_frag.h \
37-
btl_ofi_context.c
28+
btl_ofi_component.c \
29+
btl_ofi_endpoint.h \
30+
btl_ofi_endpoint.c \
31+
btl_ofi_module.c \
32+
btl_ofi_rdma.h \
33+
btl_ofi_rdma.c \
34+
btl_ofi_atomics.c \
35+
btl_ofi_frag.c \
36+
btl_ofi_frag.h \
37+
btl_ofi_context.c
3838

3939
# Make the output library in this directory, and name it either
4040
# mca_<type>_<name>.la (for DSO builds) or libmca_<type>_<name>.la

0 commit comments

Comments
 (0)