daily update
[deliverable/binutils-gdb.git] / gdb / dictionary.c
index afdf53e3b1ac28961998c115b52879068ee85b4e..29816921d91fb6cc96ccfd8bf022696dc0ed29c7 100644 (file)
@@ -83,9 +83,7 @@
 
    * Define a function dict_<op> that looks up <op> in the dict_vector
    and calls the appropriate function.  Add a declaration for
-   dict_<op> to dictionary.h.
-   
-*/
+   dict_<op> to dictionary.h.  */
 
 /* An enum representing the various implementations of dictionaries.
    Used only for debugging.  */
@@ -540,7 +538,8 @@ dict_iter_match_first (const struct dictionary *dict,
                       const char *name, symbol_compare_ftype *compare,
                       struct dict_iterator *iterator)
 {
-  return (DICT_VECTOR (dict))->iter_match_first (dict, name, compare, iterator);
+  return (DICT_VECTOR (dict))->iter_match_first (dict, name,
+                                                compare, iterator);
 }
 
 struct symbol *
This page took 0.023723 seconds and 4 git commands to generate.