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
#if HAVE_LIBBABELTRACE
fprintf_filtered (stream, _("\
fprintf_filtered (stream, _("\
--with-babeltrace\n\
"));
#else
fprintf_filtered (stream, _("\
fprintf_filtered (stream, _("\
--without-babeltrace\n \
"));
#endif
#if HAVE_LIBIPT
fprintf_filtered (stream, _("\
fprintf_filtered (stream, _("\
--with-intel-pt\n\
"));
#else
fprintf_filtered (stream, _("\
fprintf_filtered (stream, _("\
--without-intel-pt\n\
"));
#endif
#if HAVE_LIBMPFR
fprintf_filtered (stream, _("\
fprintf_filtered (stream, _("\
--with-mpfr\n\
"));
#else
fprintf_filtered (stream, _("\
fprintf_filtered (stream, _("\
--without-mpfr\n\
"));
#endif
#if HAVE_LIBXXHASH
fprintf_filtered (stream, _("\
fprintf_filtered (stream, _("\
--with-xxhash\n\
"));
#else
fprintf_filtered (stream, _("\
fprintf_filtered (stream, _("\
--without-xxhash\n\
"));
#endif