This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Boehm GC support addition for debugging
Bryce McKinlay wrote:
Just a coding style nit: for consistency with the rest of the code,
there should be a space between the argument type and the '*', and not
between the '*' and the argument name.
Grr. Some habits die hard. I've corrected them in this patch, and I will
audit anything I've been doing lately to change them, too.
Otherwise, this is fine.
Committed. Thanks.
Keith