]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Avoid -Wmisleading-indentation warnings with GCC 6.
authorColin Watson <cjwatson@debian.org>
Thu, 28 Jan 2016 21:19:41 +0000 (21:19 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 30 Jan 2016 14:33:54 +0000 (14:33 +0000)
commitd700c33422926dda1b4af90bf1fcd262b03cfca8
tree920d679481742057960d27df4e5c51cc6a719740
parent9351a5bfe4b1630227581d77f1aff4ca729ab8c1
Avoid -Wmisleading-indentation warnings with GCC 6.

GCC 6 warns about potentially misleading indentation, such as:

    if (condition) stmt1; stmt2;

Chaining multiple ifs on a single line runs into this warning, even if
it's probably not actually misleading to a human eye, so just add a
couple of newlines to pacify the compiler.
cproxy.c
proxy.c