Skip to content

Commit 6cc430f

Browse files
committed
config/opal_config_asm.m4: fix indenting
(Minimally) Fix incorrect/confusing indenting. Didn't make it perfect, but outdented a few key lines to make the indenting levels make sense. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 78f29f8 commit 6cc430f

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

config/opal_config_asm.m4

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,22 +1068,22 @@ AC_DEFUN([OPAL_CONFIG_ASM],[
10681068
fi
10691069
fi
10701070
1071-
OPAL_CHECK_ASM_PROC
1072-
OPAL_CHECK_ASM_TEXT
1073-
OPAL_CHECK_ASM_GLOBAL
1074-
OPAL_CHECK_ASM_GNU_STACKEXEC
1075-
OPAL_CHECK_ASM_LABEL_SUFFIX
1076-
OPAL_CHECK_ASM_GSYM
1077-
OPAL_CHECK_ASM_LSYM
1078-
OPAL_CHECK_ASM_TYPE
1079-
OPAL_CHECK_ASM_SIZE
1080-
OPAL_CHECK_ASM_ALIGN_LOG
1081-
1082-
# find our architecture for purposes of assembly stuff
1083-
opal_cv_asm_arch="UNSUPPORTED"
1084-
OPAL_GCC_INLINE_ASSIGN=""
1085-
1086-
case "${host}" in
1071+
OPAL_CHECK_ASM_PROC
1072+
OPAL_CHECK_ASM_TEXT
1073+
OPAL_CHECK_ASM_GLOBAL
1074+
OPAL_CHECK_ASM_GNU_STACKEXEC
1075+
OPAL_CHECK_ASM_LABEL_SUFFIX
1076+
OPAL_CHECK_ASM_GSYM
1077+
OPAL_CHECK_ASM_LSYM
1078+
OPAL_CHECK_ASM_TYPE
1079+
OPAL_CHECK_ASM_SIZE
1080+
OPAL_CHECK_ASM_ALIGN_LOG
1081+
1082+
# find our architecture for purposes of assembly stuff
1083+
opal_cv_asm_arch="UNSUPPORTED"
1084+
OPAL_GCC_INLINE_ASSIGN=""
1085+
1086+
case "${host}" in
10871087
x86_64-*x32|i?86-*|x86_64*|amd64*)
10881088
if test "$ac_cv_sizeof_long" = "4" ; then
10891089
if test $opal_cv_asm_builtin = BUILTIN_NO ; then
@@ -1144,12 +1144,12 @@ AC_DEFUN([OPAL_CONFIG_ASM],[
11441144
AC_MSG_ERROR([No atomic primitives available for $host])
11451145
fi
11461146
;;
1147-
esac
1147+
esac
11481148
1149-
if test "$opal_cv_asm_builtin" = "BUILTIN_GCC" ; then
1149+
if test "$opal_cv_asm_builtin" = "BUILTIN_GCC" ; then
11501150
AC_DEFINE([OPAL_C_GCC_INLINE_ASSEMBLY], [1],
11511151
[Whether C compiler supports GCC style inline assembly])
1152-
else
1152+
else
11531153
opal_cv_asm_inline_supported="no"
11541154
# now that we know our architecture, try to inline assemble
11551155
OPAL_CHECK_INLINE_C_GCC([$OPAL_GCC_INLINE_ASSIGN])

0 commit comments

Comments
 (0)