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]

Re: Patch to update gdbint.texinfo [00/05]


Jeremy Bennett <jeremy.bennett@embecosm.com> writes:

>> > +  if( 0 == n ) @{
>> > +    return 1;
>> > +  @}
>> > +  else @{
>> > +    return n * fact( n - 1 );
>> > +  @}
>> 
>> This is not the GNU style of formatting C code.  Please use the GNU
>> style.
>
> This was deliberate - the diagram has the code squashed up like this, so
> it fits in the space available, and I've used the text from the diagram
> literally. I can use GNU style in the text, but the diagram will have to
> use squashed up code.

You could at least fix the horizontal whitespace.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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