Remove unnecessary \n

This commit is contained in:
Tim Newsome 2017-08-26 16:53:00 -07:00
parent 322669ca98
commit 8bcec87cc1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }