[PATCH 4/4] whitespace changes

Linus Nordberg linus at nordberg.se
Wed Dec 22 19:23:39 AEDT 2021


Break (most) long lines.
---
 ssh-keygen.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/ssh-keygen.c b/ssh-keygen.c
index 3a57925e..1f79f27c 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -2515,7 +2515,8 @@ load_sign_key(const char *keypath, const struct sshkey *pubkey)
 
 static int
 sign_one(struct sshkey *signkey, const char *filename, int fd,
-    const char *sig_namespace, const char *hashalg, sshsig_signer *signer, void *signer_ctx)
+    const char *sig_namespace, const char *hashalg, sshsig_signer *signer,
+    void *signer_ctx)
 {
 	struct sshbuf *sigbuf = NULL, *abuf = NULL;
 	int r = SSH_ERR_INTERNAL_ERROR, wfd = -1, oerrno;
@@ -2606,8 +2607,8 @@ sign_one(struct sshkey *signkey, const char *filename, int fd,
 }
 
 static int
-sig_process_opts(char * const *opts, size_t nopts, char *hashalg, size_t hashalg_size, uint64_t *verify_timep,
-    int *print_pubkey)
+sig_process_opts(char * const *opts, size_t nopts, char *hashalg,
+    size_t hashalg_size, uint64_t *verify_timep, int *print_pubkey)
 {
 	size_t i;
 	time_t now;
@@ -2648,7 +2649,8 @@ sig_process_opts(char * const *opts, size_t nopts, char *hashalg, size_t hashalg
 }
 
 static int
-sig_sign(const char *keypath, const char *sig_namespace, int argc, char **argv, char * const *opts, size_t nopts)
+sig_sign(const char *keypath, const char *sig_namespace, int argc, char **argv,
+    char * const *opts, size_t nopts)
 {
 	int i, fd = -1, r, ret = -1;
 	int agent_fd = -1;
-- 
2.30.2



More information about the openssh-unix-dev mailing list