commit | d3842523ffbbaf817f44ac60114a7499dfba63ba | [log] [tgz] |
---|---|---|
author | ben@51degrees.com <ben@51degrees.com> | Fri Jan 08 13:52:32 2016 +0000 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jan 13 12:10:44 2016 +0100 |
tree | d400453f6165917ea4393ff72c82cf376902e2c8 | |
parent | 496299a4d56fd10e0ee965554fd57d0fb98e9d20 [diff] |
CLEANUP: 51d: Aligned if statements with HAProxy best practices and removed casts from malloc. Changes to if statements do not affect code operation, just layout of the code. Type casts from malloc returns have been removed as this cast happens automatically from the void* type. This may be backported to 1.6.