From 69520e156406ed842ae8182ce8106e130315a9ed Mon Sep 17 00:00:00 2001 From: Alexander Lamaison Date: Sun, 7 Mar 2010 17:12:56 +0000 Subject: [PATCH] Untabify. --- src/knownhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/knownhost.c b/src/knownhost.c index 985ef34..fb0bff5 100644 --- a/src/knownhost.c +++ b/src/knownhost.c @@ -158,7 +158,7 @@ libssh2_knownhost_add(LIBSSH2_KNOWNHOSTS *hosts, "entry"); /* make sure we have a key type set */ - if(!(typemask & LIBSSH2_KNOWNHOST_KEY_MASK)) { + if(!(typemask & LIBSSH2_KNOWNHOST_KEY_MASK)) { rc = libssh2_error(hosts->session, LIBSSH2_ERROR_INVAL, "No key type set"); goto error;