Fix inadvertent indentation changes in last commit.

This commit is contained in:
Eli Zaretskii 2019-12-21 09:32:39 +02:00
parent 527178f70a
commit 5c91fe6ebb
1 changed files with 8 additions and 8 deletions

View File

@ -1469,38 +1469,38 @@ This GDB was configured as follows:\n\
")); "));
#endif #endif
#if HAVE_LIBBABELTRACE #if HAVE_LIBBABELTRACE
fprintf_filtered (stream, _("\ fprintf_filtered (stream, _("\
--with-babeltrace\n\ --with-babeltrace\n\
")); "));
#else #else
fprintf_filtered (stream, _("\ fprintf_filtered (stream, _("\
--without-babeltrace\n \ --without-babeltrace\n \
")); "));
#endif #endif
#if HAVE_LIBIPT #if HAVE_LIBIPT
fprintf_filtered (stream, _("\ fprintf_filtered (stream, _("\
--with-intel-pt\n\ --with-intel-pt\n\
")); "));
#else #else
fprintf_filtered (stream, _("\ fprintf_filtered (stream, _("\
--without-intel-pt\n\ --without-intel-pt\n\
")); "));
#endif #endif
#if HAVE_LIBMPFR #if HAVE_LIBMPFR
fprintf_filtered (stream, _("\ fprintf_filtered (stream, _("\
--with-mpfr\n\ --with-mpfr\n\
")); "));
#else #else
fprintf_filtered (stream, _("\ fprintf_filtered (stream, _("\
--without-mpfr\n\ --without-mpfr\n\
")); "));
#endif #endif
#if HAVE_LIBXXHASH #if HAVE_LIBXXHASH
fprintf_filtered (stream, _("\ fprintf_filtered (stream, _("\
--with-xxhash\n\ --with-xxhash\n\
")); "));
#else #else
fprintf_filtered (stream, _("\ fprintf_filtered (stream, _("\
--without-xxhash\n\ --without-xxhash\n\
")); "));
#endif #endif