diff options
Diffstat (limited to 'libssh/keyfiles.c')
-rw-r--r-- | libssh/keyfiles.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libssh/keyfiles.c b/libssh/keyfiles.c index d6f8859f..1a1511ef 100644 --- a/libssh/keyfiles.c +++ b/libssh/keyfiles.c @@ -20,8 +20,6 @@ * along with the SSH Library; see the file COPYING. If not, write to * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. - * - * vim: ts=2 sw=2 et cindent */ #include <stdio.h> @@ -1578,4 +1576,4 @@ int ssh_write_knownhost(SSH_SESSION *session) { } /** @} */ - +/* vim: set ts=2 sw=2 et cindent: */ |