gdb: fix indentation in infrun.c

I noticed the indentation there was off, this patch fixes it.

gdb/ChangeLog:

	* infrun.c (proceed): Fix indentation.
This commit is contained in:
Simon Marchi 2020-01-21 16:04:51 -05:00
parent f6474de9aa
commit f9fac3c81b
2 changed files with 40 additions and 36 deletions

View File

@ -1,3 +1,7 @@
2020-01-21 Simon Marchi <simon.marchi@efficios.com>
* infrun.c (proceed): Fix indentation.
2020-01-21 Tom Tromey <tromey@adacore.com>
* source-cache.c (source_cache::ensure): Call ext_lang_colorize.