Remove unnecessary \n
This commit is contained in:
parent
322669ca98
commit
8bcec87cc1
|
@ -629,7 +629,7 @@ static int riscv_examine(struct target *target)
|
||||||
{
|
{
|
||||||
LOG_DEBUG("riscv_examine()");
|
LOG_DEBUG("riscv_examine()");
|
||||||
if (target_was_examined(target)) {
|
if (target_was_examined(target)) {
|
||||||
LOG_DEBUG("Target was already examined.\n");
|
LOG_DEBUG("Target was already examined.");
|
||||||
return ERROR_OK;
|
return ERROR_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue