This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. a7c88acd1ed0b886e7aff708df153c5663a9ebbb


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  a7c88acd1ed0b886e7aff708df153c5663a9ebbb (commit)
      from  ec673e648cf7b2fa6a03342b0bca3ed3855f002f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a7c88acd1ed0b886e7aff708df153c5663a9ebbb

commit a7c88acd1ed0b886e7aff708df153c5663a9ebbb
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Wed Jan 29 14:25:18 2014 +0400

    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.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog |    4 ++++
 gdb/valops.c  |   43 ++++++++++++++++++++++---------------------
 2 files changed, 26 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]