summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2016-11-12 01:27:47 +0100
committerTorbjorn Granlund <tg@gmplib.org>2016-11-12 01:27:47 +0100
commitab54b9b8bce599b82a3f65445b151173701efcea (patch)
tree57d18c6800e0ba45014414de844af80d218fbb3c /acinclude.m4
parente6a4ed98704dea7a74d445fe256d34a91af97372 (diff)
downloadgmp-ab54b9b8bce599b82a3f65445b151173701efcea.tar.gz
Whitespace cleanup.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index bcc6f524c..ba8841baa 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1802,8 +1802,8 @@ AC_REQUIRE([GMP_PROG_NM])
AC_CACHE_CHECK([if .align assembly directive is logarithmic],
gmp_cv_asm_align_log,
[GMP_TRY_ASSEMBLE(
-[ $gmp_cv_asm_data
- .align 4
+[ $gmp_cv_asm_data
+ .align 4
$gmp_cv_asm_globl foo
$gmp_cv_asm_byte 1
.align 4
@@ -1857,10 +1857,10 @@ AC_DEFUN([GMP_ASM_ALIGN_FILL_0x90],
AC_CACHE_CHECK([if the .align directive accepts an 0x90 fill in .text],
gmp_cv_asm_align_fill_0x90,
[GMP_TRY_ASSEMBLE(
-[ $gmp_cv_asm_text
- .align 4, 0x90
+[ $gmp_cv_asm_text
+ .align 4, 0x90
.byte 0
- .align 4, 0x90],
+ .align 4, 0x90],
[if grep "Warning: Fill parameter ignored for executable section" conftest.out >/dev/null; then
echo "Suppressing this warning by omitting 0x90" 1>&AC_FD_CC
gmp_cv_asm_align_fill_0x90=no
@@ -3403,7 +3403,7 @@ BEGIN {
got[12] == "124" && \
got[13] == "000" && \
got[14] == "000" && \
- got[15] == "000")
+ got[15] == "000")
{
print "IEEE big endian"
found = 1