mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
gdb: fix tab after space indentation issues
I spotted some indentation issues where we had some spaces followed by tabs at beginning of line, that I wanted to fix. So while at it, I did a quick grep to find and fix all I could find. gdb/ChangeLog: * Fix tab after space indentation issues throughout. Change-Id: I1acb414dd9c593b474ae2b8667496584df4316fd
This commit is contained in:
@ -2769,7 +2769,7 @@ return_command (const char *retval_exp, int from_tty)
|
||||
if (thisfun != NULL)
|
||||
return_type = TYPE_TARGET_TYPE (SYMBOL_TYPE (thisfun));
|
||||
if (return_type == NULL)
|
||||
{
|
||||
{
|
||||
if (retval_expr->first_opcode () != UNOP_CAST
|
||||
&& retval_expr->first_opcode () != UNOP_CAST_TYPE)
|
||||
error (_("Return value type not available for selected "
|
||||
|
Reference in New Issue
Block a user