This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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][trunk] Another part of PR 34483


On Jan 24, 2008 4:09 PM, Olga Golovanevsky <OLGA@il.ibm.com> wrote:

> +  str = integer_zerop (arg0) ? VEC_index (structure, structures, str1):
> +    VEC_index (structure, structures, str0);

It's a bit easier to read if you line up '?' and ':' vertically.

Look OK, otherwise.


Diego.


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