aboutsummaryrefslogtreecommitdiff
path: root/libssh/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/client.c')
-rw-r--r--libssh/client.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libssh/client.c b/libssh/client.c
index a7e695f4..eed36bb7 100644
--- a/libssh/client.c
+++ b/libssh/client.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 <stdio.h>
@@ -658,4 +656,4 @@ const char *ssh_copyright(void) {
"file for informations about your rights";
}
/** @} */
-
+/* vim: set ts=2 sw=2 et cindent: */