Commits that change style should, in my opinion, be completely combined into a single patch. I would prefer if this were merged with the first patch.
As for the order of value checking, I do not think this is a good idea. These are classic Yoda Conditions <http://en.wikipedia.org/wiki/Yoda_conditions> and they should be kept that way to encourage the practice, in my opinion. David On Wed, Nov 26, 2014 at 3:15 AM, Lee Duhem <[email protected]> wrote: > Hi, > > This also basically is a code style adjustment patch. > Changes included in this patch: > > 1. remove tailing spaces; > 2. adjust some spaces around operators; > 3. replace `const == var` with `var == const`, to make > them consistent with the around code. > > This patch should make the code style in tcc.[ch] more > consistent. > > Sincerely, > lee > > _______________________________________________ > Tinycc-devel mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/tinycc-devel > > -- "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." -- Brian Kernighan
_______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
