commit | 5bc62ca9561fa01a989e386cbf6e71cbdef77a3c | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul.jakma@hpe.com> | Mon Jul 11 16:21:23 2016 +0100 |
committer | Paul Jakma <paul@quagga.net> | Mon Jan 23 18:51:58 2017 +0000 |
tree | 280eb7047661122253bfbcce62cac8445eba4acd | |
parent | 40fc3dda2b7a345e447d2ef355108c987e59ed13 [diff] |
isisd,ospf6d,bgpd: Fix GCC 6 warnings on indentation not matching control flow GCC 6 can now give warnings when the indentation of code does not align with the scope of prior control flow statement(s). I.e., where the code visually suggests one kind of control flow, but in actuality follows another. Fix warnings found. They all seem to be simple cases of the indentation being deceptive, but the existing flow being correct.