aboutsummaryrefslogtreecommitdiff
path: root/libssh/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/misc.c')
-rw-r--r--libssh/misc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libssh/misc.c b/libssh/misc.c
index 095614af..88aa53f6 100644
--- a/libssh/misc.c
+++ b/libssh/misc.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 <limits.h>
@@ -151,4 +149,4 @@ const char *ssh_version(int req_version) {
}
/** @} */
-
+/* vim: set ts=2 sw=2 et cindent: */