]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ada-lang.c
Further document ada-lang.c::value_assign_to_component & fix whitespaces.
authorJoel Brobecker <brobecker@adacore.com>
Fri, 30 Jan 2015 12:33:04 +0000 (16:33 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 5 May 2015 18:21:10 +0000 (11:21 -0700)
commit7c5127443be1d3d0477b3b1d25875023992409bc
tree1e3225c1653fc5e4849c92224a128753fecaae7f
parent0fa7fe506c242b459c4c05d331e7c7d66fb52390
Further document ada-lang.c::value_assign_to_component & fix whitespaces.

This patch improves the documentation of ada-lang.c's
value_assign_to_component to publish the fact that it also works
with not_lval values.

And touching this area of the code showed that there were a number
of whitespace issues, as well as a formatting issue of the main comment
(no leading '*' on each line). This patch fixes those while at it.

No functional change, however.

gdb/ChangeLog:

        * ada-lang.c (value_assign_to_component): Reformat and improve
        documentation. Remove all trailing spaces.
gdb/ChangeLog
gdb/ada-lang.c