summaryrefslogtreecommitdiff
path: root/libbacktrace
diff options
context:
space:
mode:
authorMartin Liska <marxin@gcc.gnu.org>2018-08-27 14:04:23 +0000
committerMartin Liska <marxin@gcc.gnu.org>2018-08-27 14:04:23 +0000
commit92a285c1a7bad310d7223a7aa5d70e6a5fc3e644 (patch)
tree2ecff88e701c8f86a9f5ceba51995ddbe714f79d /libbacktrace
parent85204e23e2fed09fc07159ab5607e0b760269561 (diff)
Replace 8 spaces with a tabular in ChangeLog files.
From-SVN: r263886
Diffstat (limited to 'libbacktrace')
-rw-r--r--libbacktrace/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog
index 140bf4d155b..ea43f145c3d 100644
--- a/libbacktrace/ChangeLog
+++ b/libbacktrace/ChangeLog
@@ -881,11 +881,11 @@
2012-09-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Ian Lance Taylor <iant@google.com>
- * configure.ac (GCC_HEADER_STDINT): Invoke.
- * backtrace.h: If we can't find <stdint.h>, use "gstdint.h".
- * btest.c: Don't include <stdint.h>.
- * dwarf.c: Likewise.
- * configure, aclocal.m4, Makefile.in, config.h.in: Rebuild.
+ * configure.ac (GCC_HEADER_STDINT): Invoke.
+ * backtrace.h: If we can't find <stdint.h>, use "gstdint.h".
+ * btest.c: Don't include <stdint.h>.
+ * dwarf.c: Likewise.
+ * configure, aclocal.m4, Makefile.in, config.h.in: Rebuild.
2012-09-18 Ian Lance Taylor <iant@google.com>