Skip to content

Commit c94138d

Browse files
committed
upstream: whitespace
OpenBSD-Commit-ID: 1bd8953a37451ef7e0991f9fceec5e8005fe986a
1 parent 65d2c59 commit c94138d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ssh.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: ssh.c,v 1.607 2025/03/02 07:02:49 dtucker Exp $ */
1+
/* $OpenBSD: ssh.c,v 1.608 2025/03/02 11:03:13 djm Exp $ */
22
/*
33
* Author: Tatu Ylonen <ylo@cs.hut.fi>
44
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1455,7 +1455,7 @@ main(int ac, char **av)
14551455
if (options.user != NULL) {
14561456
if ((p = percent_dollar_expand(options.user,
14571457
DEFAULT_CLIENT_PERCENT_EXPAND_ARGS_NOUSER(cinfo),
1458-
(char *)NULL)) == NULL)
1458+
(char *)NULL)) == NULL)
14591459
fatal("invalid environment variable expansion");
14601460
free(options.user);
14611461
options.user = p;

0 commit comments

Comments
 (0)