Skip to content

Commit f9dfb8d

Browse files
tamirddavidtgoldblatt
authored andcommitted
whitespace
1 parent 896ed3a commit f9dfb8d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

configure.ac

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dnl ============================================================================
88
dnl Custom macro definitions.
99

1010
dnl JE_CONCAT_VVV(r, a, b)
11-
dnl
11+
dnl
1212
dnl Set $r to the concatenation of $a and $b, with a space separating them iff
1313
dnl both $a and $b are non-emty.
1414
AC_DEFUN([JE_CONCAT_VVV],
@@ -20,7 +20,7 @@ fi
2020
)
2121

2222
dnl JE_APPEND_VS(a, b)
23-
dnl
23+
dnl
2424
dnl Set $a to the concatenation of $a and b, with a space separating them iff
2525
dnl both $a and b are non-empty.
2626
AC_DEFUN([JE_APPEND_VS],
@@ -31,7 +31,7 @@ AC_DEFUN([JE_APPEND_VS],
3131
CONFIGURE_CFLAGS=
3232
SPECIFIED_CFLAGS="${CFLAGS}"
3333
dnl JE_CFLAGS_ADD(cflag)
34-
dnl
34+
dnl
3535
dnl CFLAGS is the concatenation of CONFIGURE_CFLAGS and SPECIFIED_CFLAGS
3636
dnl (ignoring EXTRA_CFLAGS, which does not impact configure tests. This macro
3737
dnl appends to CONFIGURE_CFLAGS and regenerates CFLAGS.
@@ -57,7 +57,7 @@ JE_CONCAT_VVV(CFLAGS, CONFIGURE_CFLAGS, SPECIFIED_CFLAGS)
5757

5858
dnl JE_CFLAGS_SAVE()
5959
dnl JE_CFLAGS_RESTORE()
60-
dnl
60+
dnl
6161
dnl Save/restore CFLAGS. Nesting is not supported.
6262
AC_DEFUN([JE_CFLAGS_SAVE],
6363
SAVED_CONFIGURE_CFLAGS="${CONFIGURE_CFLAGS}"
@@ -91,7 +91,7 @@ JE_CONCAT_VVV(CXXFLAGS, CONFIGURE_CXXFLAGS, SPECIFIED_CXXFLAGS)
9191
])
9292

9393
dnl JE_COMPILABLE(label, hcode, mcode, rvar)
94-
dnl
94+
dnl
9595
dnl Use AC_LINK_IFELSE() rather than AC_COMPILE_IFELSE() so that linker errors
9696
dnl cause failure.
9797
AC_DEFUN([JE_COMPILABLE],
@@ -516,7 +516,7 @@ AC_PROG_AWK
516516
dnl Platform-specific settings. abi and RPATH can probably be determined
517517
dnl programmatically, but doing so is error-prone, which makes it generally
518518
dnl not worth the trouble.
519-
dnl
519+
dnl
520520
dnl Define cpp macros in CPPFLAGS, rather than doing AC_DEFINE(macro), since the
521521
dnl definitions need to be seen before any headers are included, which is a pain
522522
dnl to make happen otherwise.
@@ -1387,7 +1387,7 @@ AC_ARG_WITH([lg_page_sizes],
13871387

13881388
dnl ============================================================================
13891389
dnl jemalloc configuration.
1390-
dnl
1390+
dnl
13911391

13921392
AC_ARG_WITH([version],
13931393
[AS_HELP_STRING([--with-version=<major>.<minor>.<bugfix>-<nrev>-g<gid>],

0 commit comments

Comments
 (0)