This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] |
OK. Superfluous braces removed.Not strictly necessary. However, I've found that keeping the if and else clauses at the same indention level makes the code easier to read. I'll defer to the maintainers on this.
I agree. I prefer the braces.
The existing style, and normal GNU style, has always been not to use superfluous braces. I see no reason to change that now.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |