This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: link.cc indentation fixes


>>>>> "Robert" == Robert Schuster <theBohemian@gmx.net> writes:

Robert> as requested I fixed the indentation of my previous patch.

Thanks.  One little nit and this is fine.

Robert> -	  if ( (field->isResolved () ? 
Robert> +	  if ((field->isResolved () ? 
Robert>                  _Jv_equalUtf8Classnames (type_name, field->type->name) :
Robert>                  _Jv_equalUtf8Classnames (

Lines are split before operators, so...

    expr
    ? true
    : false

Tom


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