reindent print_macro_definition

I happened to notice that print_macro_definition is indented
improperly.  All the lines were a few extra spaces to the right.

This patch fixes the indentation.
Tested by rebuilding, committed.

2014-05-14  Tom Tromey  <tromey@redhat.com>

	* macrocmd.c (print_macro_definition): Reindent.
This commit is contained in:
Tom Tromey 2014-05-14 13:31:10 -06:00
parent 71a79f8c9c
commit dd75668920
2 changed files with 26 additions and 22 deletions

View File

@ -1,3 +1,7 @@
2014-05-14 Tom Tromey <tromey@redhat.com>
* macrocmd.c (print_macro_definition): Reindent.
2014-05-13 Doug Evans <xdje42@gmail.com>
* python/py-cmd.c (cmdpy_completer): Add comment.