This is the mail archive of the archer@sourceware.org mailing list for the Archer 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: [python][patch] Attempt to use Python pretty-printers on base classes of a derived class (where no Python pretty-printer exists for that derived class).


>>>>> "Phil" == Phil Muldoon <pmuldoon@redhat.com> writes:

Phil> 2009-04-02  Phil Muldoon  <pmuldoon@redhat.com>
Phil>    * cp-valprint.c (cp_print_value): Attempt to execute
Phil>    Python pretty-printers on base class elements.

Looks good.


Phil> +	  /* Attempt to run the Python pretty-printers on the
Phil> +	  baseclass if possible.  */

The second line here is not indented properly.
"baseclass" should line up with "Attempt".

Fix this and check it in, thanks!

Tom


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