[openssh-commits] [openssh] 03/04: upstream: whitespace

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Mar 2 22:08:03 AEDT 2025


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit c94138d02a45dda5015f38f5a60b0bdde29019c1
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Sun Mar 2 11:03:13 2025 +0000

    upstream: whitespace
    
    OpenBSD-Commit-ID: 1bd8953a37451ef7e0991f9fceec5e8005fe986a
---
 ssh.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ssh.c b/ssh.c
index 7efa863b..71eb897f 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.607 2025/03/02 07:02:49 dtucker Exp $ */
+/* $OpenBSD: ssh.c,v 1.608 2025/03/02 11:03:13 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -1455,7 +1455,7 @@ main(int ac, char **av)
 	if (options.user != NULL) {
 		if ((p = percent_dollar_expand(options.user,
 		    DEFAULT_CLIENT_PERCENT_EXPAND_ARGS_NOUSER(cinfo),
-	 	    (char *)NULL)) == NULL)
+		    (char *)NULL)) == NULL)
 			fatal("invalid environment variable expansion");
 		free(options.user);
 		options.user = p;

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list