[openssh-commits] [openssh] 01/01: upstream commit

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Oct 20 14:41:53 EST 2014


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

djm pushed a commit to branch master
in repository openssh.

commit 6fdcaeb99532e28a69f1a1599fbd540bb15b70a0
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Oct 20 03:43:01 2014 +0000

    upstream commit
    
    whitespace
---
 hostfile.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hostfile.c b/hostfile.c
index ee2daf4..ad5acb6 100644
--- a/hostfile.c
+++ b/hostfile.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hostfile.c,v 1.57 2014/06/24 01:13:21 djm Exp $ */
+/* $OpenBSD: hostfile.c,v 1.58 2014/10/20 03:43:01 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -329,7 +329,7 @@ load_hostkeys(struct hostkeys *hostkeys, const char *host, const char *path)
 	debug3("%s: loaded %lu keys", __func__, num_loaded);
 	fclose(f);
 	return;
-}	
+}
 
 void
 free_hostkeys(struct hostkeys *hostkeys)
@@ -439,7 +439,7 @@ check_hostkeys_by_key_or_type(struct hostkeys *hostkeys,
 	}
 	return end_return;
 }
-	
+
 HostStatus
 check_key_in_hostkeys(struct hostkeys *hostkeys, Key *key,
     const struct hostkey_entry **found)

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


More information about the openssh-commits mailing list