summaryrefslogtreecommitdiff
path: root/sshkey.c
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2021-07-05 01:21:07 +0000
committerDamien Miller <djm@mindrot.org>2021-07-08 14:57:17 +1000
commitb5d23150b4e3368f4983fd169d432c07afeee45a (patch)
tree7081141e21c9527bdb1488360b30cb10ef02e7af /sshkey.c
parent8f57be9f279b8e905f9883066aa633c7e67b31cf (diff)
downloadopenssh-git-b5d23150b4e3368f4983fd169d432c07afeee45a.tar.gz
upstream: Fix a couple of whitespace things. Portable already has
these so this removes two diffs between the two. OpenBSD-Commit-ID: 769f017ebafd8e741e337b3e9e89eb5ac73c9c56
Diffstat (limited to 'sshkey.c')
-rw-r--r--sshkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshkey.c b/sshkey.c
index e92709dc..c8e9a6ad 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshkey.c,v 1.116 2021/04/03 06:18:41 djm Exp $ */
+/* $OpenBSD: sshkey.c,v 1.117 2021/07/05 01:21:07 dtucker Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
* Copyright (c) 2008 Alexander von Gernler. All rights reserved.