breakpoint : indentation
Change-Id: Icdb8f72dbb516cd0dfc612c3d61b6801f6382be6 Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>__archive__
parent
cf692abe83
commit
3ab7855d1a
|
@ -338,7 +338,7 @@ void breakpoint_remove_internal(struct target *target, uint32_t address)
|
||||||
}
|
}
|
||||||
void breakpoint_remove(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_list *head;
|
||||||
struct target *curr;
|
struct target *curr;
|
||||||
|
|
Loading…
Reference in New Issue