CodingStyle: Drop advice about breaking lines before binary operators.
authorBen Pfaff <blp@nicira.com>
Mon, 19 Apr 2010 21:37:56 +0000 (14:37 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 20 Apr 2010 18:01:44 +0000 (11:01 -0700)
commitede818437a16d1cf50c5e8f285593f85cd6f2513
treed53f88ffe8b4cd7ecb9c04f61670fbfdde9b9b6b
parent8872051980d541cd7b88c624ac3a08e85171df40
CodingStyle: Drop advice about breaking lines before binary operators.

I like the style that was prescribed here--I find it slightly easier to
read--but everyone else who submits code seems to prefer breaking
lines after binary operators instead.  No point in fighting the tide.
CodingStyle