* varobj.c (varobj_invalidate): Fix indentation.
This commit is contained in:
Jan Kratochvil 2009-04-10 15:57:54 +00:00
parent c16abbdefa
commit 2dbd25e5eb
2 changed files with 31 additions and 29 deletions

View File

@ -1,6 +1,7 @@
2009-04-10 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdbtypes.c: Remove excessive parentheses at the return keywords.
* varobj.c (varobj_invalidate): Fix indentation.
2009-04-08 Vladimir Prus <vladimir@codesourcery.com>

View File

@ -2751,6 +2751,7 @@ When non-zero, varobj debugging is enabled."),
/* Invalidate the varobjs that are tied to locals and re-create the ones that
are defined on globals.
Invalidated varobjs will be always printed in_scope="invalid". */
void
varobj_invalidate (void)
{