Skip to content

Commit 2fb2931

Browse files
committed
removed tabs in configuration.m4
Signed-off-by: Marco Vogel <[email protected]>
1 parent 7403135 commit 2fb2931

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ompi/mca/op/aarch64/configure.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414

1515
# MCA_ompi_op_arm_CONFIG([action-if-can-compile],
16-
# [action-if-cant-compile])
16+
# [action-if-cant-compile])
1717
# ------------------------------------------------
1818
AC_DEFUN([MCA_ompi_op_aarch64_CONFIG],[
1919
AC_CONFIG_FILES([ompi/mca/op/aarch64/Makefile])

ompi/mca/op/aarch64/op_aarch64_functions.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ _Generic((*(out)), \
137137
}
138138
#elif defined(GENERATE_SVE_CODE)
139139
#define OP_AARCH64_FUNC(name, type_name, type_size, type_cnt, type, op) \
140-
SVE_ATTR \
140+
SVE_ATTR \
141141
static void OP_CONCAT(ompi_op_aarch64_2buff_##name##_##type##type_size##_t, APPEND) \
142142
(const void *_in, void *_out, int *count, \
143143
struct ompi_datatype_t **dtype, \

0 commit comments

Comments
 (0)