psymtab.c (psymtab_search_name): Fix whitespace.
gdb/ChangeLog: * psymtab.c (psymtab_search_name): Fix whitespace.
This commit is contained in:
parent
4a7a792388
commit
b2a919a82b
2 changed files with 10 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-11-21 Doug Evans <dje@google.com>
|
||||
|
||||
* psymtab.c (psymtab_search_name): Fix whitespace.
|
||||
|
||||
2014-11-21 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
|
||||
|
|
|
@ -633,13 +633,13 @@ psymtab_search_name (const char *name)
|
|||
case language_cplus:
|
||||
case language_java:
|
||||
{
|
||||
if (strchr (name, '('))
|
||||
{
|
||||
char *ret = cp_remove_params (name);
|
||||
if (strchr (name, '('))
|
||||
{
|
||||
char *ret = cp_remove_params (name);
|
||||
|
||||
if (ret)
|
||||
return ret;
|
||||
}
|
||||
if (ret)
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue