aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2019-12-13 10:12:30 -0500
committerSimon Marchi <simon.marchi@efficios.com>2019-12-13 10:12:30 -0500
commit3a90f26667396bed62345027503d943d8213f02b (patch)
treea4fe6ff172d78b2a1f81d9bf30cc5045417f423c /gdb/ChangeLog
parentb3f4b80fba8bee1d1d2601424d0be0f2adcb0d79 (diff)
downloadgdb-3a90f26667396bed62345027503d943d8213f02b.zip
gdb-3a90f26667396bed62345027503d943d8213f02b.tar.gz
gdb-3a90f26667396bed62345027503d943d8213f02b.tar.bz2
Fix indentation in jit.c
Many places in this file use spaces only for indentation. Fix them to conform to GNU style. gdb/ChangeLog: * jit.c: Fix indentation, replace spaces with tabs where applicable.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4f51389..81f70f2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2019-12-13 Simon Marchi <simon.marchi@polymtl.ca>
+
+ * jit.c: Fix indentation, replace spaces with tabs where
+ applicable.
+
2019-12-13 Jozef Lawrynowicz <jozef.l@mittosystems.com>
* configure.tgt: Match msp430-*-elf* targets when configuring GDB.