aboutsummaryrefslogtreecommitdiff
path: root/libssh/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/connect.c')
-rw-r--r--libssh/connect.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libssh/connect.c b/libssh/connect.c
index b98e4732..f7843238 100644
--- a/libssh/connect.c
+++ b/libssh/connect.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 <errno.h>
@@ -413,3 +411,4 @@ int ssh_select(CHANNEL **channels, CHANNEL **outchannels, socket_t maxfd,
}
/** @} */
+/* vim: set ts=2 sw=2 et cindent: */