From 5c91fe6ebb668ad408d6a5343e72de1ccef9cef6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 21 Dec 2019 09:32:39 +0200 Subject: [PATCH] Fix inadvertent indentation changes in last commit. --- gdb/top.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gdb/top.c b/gdb/top.c index 3818422801..a40623fd2a 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -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