diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2013-07-02 12:31:44 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2013-07-02 12:31:44 +0000 |
commit | c40b02ccd1394c68f0ef6dde31f584fcc55c2601 (patch) | |
tree | b2e6b923b7483fb5853092dca988ec9b9647ae3c /usr.bin | |
parent | b07d9ed01b6c7681d19db24aac82ee07be512b66 (diff) |
remove extra whitespace
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/dh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/dh.c b/usr.bin/ssh/dh.c index 741be2fe910..e94572de1c6 100644 --- a/usr.bin/ssh/dh.c +++ b/usr.bin/ssh/dh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dh.c,v 1.50 2013/06/21 05:42:32 djm Exp $ */ +/* $OpenBSD: dh.c,v 1.51 2013/07/02 12:31:43 markus Exp $ */ /* * Copyright (c) 2000 Niels Provos. All rights reserved. * @@ -45,7 +45,7 @@ parse_prime(int linenum, char *line, struct dhgroup *dhg) const char *errstr = NULL; long long n; - dhg->p = dhg-> g = NULL; + dhg->p = dhg->g = NULL; cp = line; if ((arg = strdelim(&cp)) == NULL) return 0; |