]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Minor reformatting in valops.c::value_slice
authorJoel Brobecker <brobecker@adacore.com>
Wed, 29 Jan 2014 10:25:18 +0000 (14:25 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Wed, 29 Jan 2014 10:41:04 +0000 (14:41 +0400)
commita7c88acd1ed0b886e7aff708df153c5663a9ebbb
tree6c652b2250f0425cbf958567972170b4b4dd0384
parentec673e648cf7b2fa6a03342b0bca3ed3855f002f
Minor reformatting in valops.c::value_slice

I noticed that a small lexical block was over indented by 2 characters.
So this patch starts by reducing the indentation.

While looking at this area of the code, I also noticed a couple of lines
that had trailing spaces, so this patch also removes them.

And finally, it fixes one tiny to put the assignment operator at
the start of the next line, rather than at the end of the first line.

gdb/ChangeLog:

        * valops.c (value_slice): Minor reformatting.
gdb/ChangeLog
gdb/valops.c