1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Formatting: realign labels and case/default statements.

My aim has always been to have those back-dented by 2 spaces (half an
indent level) compared to the statements around them, so that in
particular switch statements have distinct alignment for the
statement, the cases and the interior code without consuming two whole
indent levels.

This patch sweeps up all the violations of that principle found by my
bulk-reindentation exercise.
This commit is contained in:
Simon Tatham 2022-08-03 20:48:46 +01:00
parent 4fa3480444
commit 04c1617f20
14 changed files with 77 additions and 77 deletions