2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>

* breakpoint.c (resources_needed_watchpoint): Fix indentation.
	* gdbtypes.c (is_scalar_type_recursive): Fix formatting.
This commit is contained in:
Thiago Jung Bauermann 2011-01-11 19:39:35 +00:00
parent e09342b536
commit 90e4670fe7
3 changed files with 9 additions and 4 deletions

View file

@ -1977,8 +1977,8 @@ is_scalar_type (struct type *type)
}
/* Return true if T is scalar, or a composite type which in practice has
the memory layout of a scalar type. E.g., an array or struct with only one
scalar element inside it, or a union with only scalar elements. */
the memory layout of a scalar type. E.g., an array or struct with only
one scalar element inside it, or a union with only scalar elements. */
int
is_scalar_type_recursive (struct type *t)