]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commitdiff
Use better readable order of arguments in if.
authorSimon Ruderich <simon@ruderich.org>
Sun, 28 Jul 2013 02:37:45 +0000 (04:37 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 28 Jul 2013 02:37:45 +0000 (04:37 +0200)
if (5 == x) as safeguard against if (x = 5) is no longer necessary as
modern compilers warn about if (x = 5).


No differences found