breakpoint : indentation

Change-Id: Icdb8f72dbb516cd0dfc612c3d61b6801f6382be6
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Michel Jaouen 2011-10-03 19:03:47 +02:00 committed by Øyvind Harboe
parent cf692abe83
commit 3ab7855d1a
1 changed files with 36 additions and 36 deletions

View File

@ -338,7 +338,7 @@ void breakpoint_remove_internal(struct target *target, uint32_t address)
}
void breakpoint_remove(struct target *target, uint32_t address)
{
if ((target->smp))
if (target->smp)
{
struct target_list *head;
struct target *curr;