aboutsummaryrefslogtreecommitdiff
path: root/libssh/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/session.c')
-rw-r--r--libssh/session.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libssh/session.c b/libssh/session.c
index 64c7fba6..e8f63361 100644
--- a/libssh/session.c
+++ b/libssh/session.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>
@@ -335,4 +333,4 @@ int ssh_get_version(SSH_SESSION *session) {
}
/** @} */
-
+/* vim: set ts=2 sw=2 et cindent: */