Minor reformatting of ada_lookup_symbol_list's documentation.
authorJoel Brobecker <brobecker@gnat.com>
Thu, 29 Mar 2012 23:30:04 +0000 (23:30 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 29 Mar 2012 23:30:04 +0000 (23:30 +0000)
This patch mostly removes a few trailing spaces.

gdb/ChangeLog:

        * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
        of this function's documentation.

gdb/ChangeLog
gdb/ada-lang.c

index 5fa637cdb20a03a7de658ee512b7d36f12eeb5a8..c64d1b925189c823b27912d5e2a8ad957eb2b1fe 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-29  Joel Brobecker  <brobecker@adacore.com>
+
+       * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
+       of this function's documentation.
+
 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
            Andrey Smirnov  <andrew.smirnov@gmail.com>
 
index b14c266962c1e5a2f205b605787e8c9a56096573..c063683867cb2de311c466e92b1462b234f89505 100644 (file)
@@ -5050,18 +5050,18 @@ add_nonlocal_symbols (struct obstack *obstackp, const char *name,
 }
 
 /* Find symbols in DOMAIN matching NAME0, in BLOCK0 and enclosing
-   scope and in global scopes, returning the number of matches.  Sets
-   *RESULTS to point to a vector of (SYM,BLOCK) tuples,
+   scope and in global scopes, returning the number of matches.
+   Sets *RESULTS to point to a vector of (SYM,BLOCK) tuples,
    indicating the symbols found and the blocks and symbol tables (if
-   any) in which they were found.  This vector are transient---good only to 
-   the next call of ada_lookup_symbol_list.  Any non-function/non-enumeral 
+   any) in which they were found.  This vector are transient---good only to
+   the next call of ada_lookup_symbol_list.  Any non-function/non-enumeral
    symbol match within the nest of blocks whose innermost member is BLOCK0,
    is the one match returned (no other matches in that or
    enclosing blocks is returned).  If there are any matches in or
    surrounding BLOCK0, then these alone are returned.  Otherwise, if
    FULL_SEARCH is non-zero, then the search extends to global and
    file-scope (static) symbol tables.
-   Names prefixed with "standard__" are handled specially: "standard__" 
+   Names prefixed with "standard__" are handled specially: "standard__"
    is first stripped off, and only static and global symbols are searched.  */
 
 int
This page took 0.046576 seconds and 4 git commands to generate.