]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix inadvertent indentation changes in last commit.
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Dec 2019 07:32:39 +0000 (09:32 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Dec 2019 07:32:39 +0000 (09:32 +0200)
gdb/top.c

index 38184228015e1e4d6d22aec998511543bab6b90a..a40623fd2a63287bfacb615a876320863c4681b2 100644 (file)
--- 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