diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2019-12-13 10:12:30 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2019-12-13 10:12:30 -0500 |
commit | 3a90f26667396bed62345027503d943d8213f02b (patch) | |
tree | a4fe6ff172d78b2a1f81d9bf30cc5045417f423c /gdb/ChangeLog | |
parent | b3f4b80fba8bee1d1d2601424d0be0f2adcb0d79 (diff) | |
download | gdb-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/ChangeLog | 5 |
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. |