This is the mail archive of the gdb-patches@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]

[commit] Minor reformatting of breakpoint.c


I noticed while reading some code a while back that a couple of curly
brace were at the wrong spot, and told myself that I'd fix them when
I have a moment. Here it is.

While I was at it, I noticed that the indentation level of a block
inside condition_command was off, so I ran the procedure through
gdb_indent.sh (double-checking the result to make sure it didn't
get worse).

2008-04-26  Joel Brobecker  <brobecker@adacore.com>

        * breakpoint.c (condition_command, commands_from_control_command)
        (break_command_really): Minor reformatting.

Tested on x86-linux. Checked in.

-- 
Joel

Attachment: bp-reformat.diff
Description: Text document


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