simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed Dec 28 15:42:21 GMT 2022


TL;DR:
  6fcc7ed7 Formatting: fix a few mis-spaced assignments.
  d509a2dc Formatting: normalise to put a space after condition keywords.
  add3f890 Formatting: normalise to { on same line.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2022-12-28 15:42:21

commit 6fcc7ed7280d134917b547af3a17963d248ec4ba
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=6fcc7ed7280d134917b547af3a17963d248ec4ba;hp=9f2e1e6e03043f551b1a449991ea45d954204808
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Dec 28 15:28:36 2022 +0000

    Formatting: fix a few mis-spaced assignments.
    
    I spotted one of those in the raw backend the other day, and now I've
    got round to finding a bunch more and fixing them.

 otherbackends/raw.c |  4 ++--
 pageant.c           |  2 +-
 ssh/sharing.c       |  2 +-
 sshcr.h             | 10 +++++-----
 windows/gss.c       | 12 ++++++------
 windows/window.c    |  2 +-
 6 files changed, 16 insertions(+), 16 deletions(-)

commit d509a2dc1ef4163dc929f4dd1404791cbba2de56
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=d509a2dc1ef4163dc929f4dd1404791cbba2de56;hp=6fcc7ed7280d134917b547af3a17963d248ec4ba
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Dec 28 15:32:24 2022 +0000

    Formatting: normalise to put a space after condition keywords.
    
    'if (thing)' is the local style here, not 'if(thing)'. Similarly with
    'for' and 'while'.

 terminal/terminal.c       | 10 +++++-----
 unix/main-gtk-simple.c    | 10 +++++-----
 unix/plink.c              |  2 +-
 unix/utils/block_signal.c |  2 +-
 unix/utils/signal.c       |  4 ++--
 windows/gss.c             |  6 +++---
 windows/pageant.c         | 26 +++++++++++++-------------
 windows/sftp.c            |  4 ++--
 windows/unicode.c         |  4 ++--
 windows/window.c          | 10 +++++-----
 10 files changed, 39 insertions(+), 39 deletions(-)

commit add3f89005e9a47b40ed82a5831d8618c3e7e08b
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=add3f89005e9a47b40ed82a5831d8618c3e7e08b;hp=d509a2dc1ef4163dc929f4dd1404791cbba2de56
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Dec 28 15:37:57 2022 +0000

    Formatting: normalise to { on same line.
    
    There were remarkably few of these, but I spotted one while preparing
    the previous commit, and then found a handful more.

 crypto/ecc-ssh.c    | 21 +++++++--------------
 proxy/proxy.c       |  3 +--
 terminal/terminal.c |  3 +--
 unix/pageant.c      |  3 +--
 windows/network.c   |  3 +--
 windows/window.c    |  3 +--
 6 files changed, 12 insertions(+), 24 deletions(-)



More information about the tartarus-commits mailing list