summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-07-18 00:12:29 -0500
committerPaul Eggert <eggert@cs.ucla.edu>2021-07-26 00:59:36 -0700
commit5622ab450e2402570cef48a5fed0eb0b4523b264 (patch)
tree78662dd295b4494a064c392d34b445e270350996 /m4/jm-macros.m4
parent3753c706b7ccd756db955e850175b79f22911d57 (diff)
downloadcoreutils-5622ab450e2402570cef48a5fed0eb0b4523b264.tar.gz
maint: fix white space
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r--m4/jm-macros.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index fb66907f4..8ae9edf6c 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 113 -*- autoconf -*-
+#serial 114 -*- autoconf -*-
dnl Misc type-related macros for coreutils.
@@ -164,7 +164,7 @@ AC_DEFUN([coreutils_MACROS],
[[#include <ieeefp.h>
]],
[[#ifdef __i386__
- fpsetprec(FP_PE);
+ fpsetprec (FP_PE);
#else
# error not required on 64 bit
#endif