aboutsummaryrefslogtreecommitdiff
path: root/libssh/kex.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/kex.c')
-rw-r--r--libssh/kex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libssh/kex.c b/libssh/kex.c
index 76791bad..77d6938d 100644
--- a/libssh/kex.c
+++ b/libssh/kex.c
@@ -19,8 +19,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 <string.h>
@@ -785,3 +783,5 @@ error:
leave_function();
return rc;
}
+
+/* vim: set ts=2 sw=2 et cindent: */