aboutsummaryrefslogtreecommitdiff
path: root/libssh/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/options.c')
-rw-r--r--libssh/options.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libssh/options.c b/libssh/options.c
index 0667ec70..7c0246ef 100644
--- a/libssh/options.c
+++ b/libssh/options.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>
@@ -1014,3 +1012,4 @@ int ssh_options_set_auth_callback(SSH_OPTIONS *opt, ssh_auth_callback cb,
}
/** @} */
+/* vim: set ts=2 sw=2 et cindent: */