Remove whitespace at end of lines, step 1.
- Replace '\s*$' with ''. git-svn-id: svn://svn.berlios.de/openocd/trunk@2379 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -339,9 +339,9 @@ int handle_armv4_5_reg_command(struct command_context_s *cmd_ctx, char *cmd, cha
|
||||
{
|
||||
armv4_5->full_context(target);
|
||||
}
|
||||
output_len += snprintf(output + output_len,
|
||||
128 - output_len,
|
||||
"%8s: %8.8" PRIx32 " ",
|
||||
output_len += snprintf(output + output_len,
|
||||
128 - output_len,
|
||||
"%8s: %8.8" PRIx32 " ",
|
||||
ARMV4_5_CORE_REG_MODENUM(armv4_5->core_cache, mode, num).name,
|
||||
buf_get_u32(ARMV4_5_CORE_REG_MODENUM(armv4_5->core_cache, mode, num).value, 0, 32));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user