1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/otherbackends
Simon Tatham 04c1617f20 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.
2022-08-03 20:48:46 +01:00
..
CMakeLists.txt Move other backends into a subdirectory. 2021-04-22 18:24:15 +01:00
raw.c New plug_closing error type for 'user abort'. 2021-11-06 14:48:26 +00:00
rlogin.c Richer data type for interactive prompt results. 2021-12-28 18:08:31 +00:00
supdup.c Formatting: realign labels and case/default statements. 2022-08-03 20:48:46 +01:00
telnet.c Formatting: realign run-on parenthesised stuff. 2022-08-03 20:48:46 +01:00
testback.c Resurrect the test backends. 2022-04-02 16:13:27 +01:00