Fix format issues in lib/mi-support.exp

There are some format issues in lib/mi-support.exp, such as using
spaces instead of tab and trailing spaces.  This patch is to fix them.

gdb/testsuite:

2013-11-19  Yao Qi  <yao@codesourcery.com>

	* lib/mi-support.exp: Fix format.
This commit is contained in:
Yao Qi
2013-11-08 21:33:26 +08:00
parent 8f8c3854e0
commit 4392c53486
2 changed files with 271 additions and 267 deletions

View File

@ -1,3 +1,7 @@
2013-11-19 Yao Qi <yao@codesourcery.com>
* lib/mi-support.exp: Fix format.
2013-11-19 Joel Brobecker <brobecker@adacore.com>
* gdb.ada/py_range: New testcase.