+2004-10-21 Joel Brobecker <brobecker@gnat.com>
+
+ * symtab.c (symbol_search_name): Minor reformatting.
+
2004-10-20 Joel Brobecker <brobecker@gnat.com>
* symtab.h: Fix typo in comment.
linkage name of the symbol, depending on how it will be searched for.
If there is no distinct demangled name, then returns the same value
(same pointer) as SYMBOL_LINKAGE_NAME. */
-char *symbol_search_name (const struct general_symbol_info *gsymbol) {
+char *
+symbol_search_name (const struct general_symbol_info *gsymbol)
+{
if (gsymbol->language == language_ada)
return gsymbol->name;
else