aboutsummaryrefslogtreecommitdiff
path: root/libssh/channels.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/channels.c')
-rw-r--r--libssh/channels.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libssh/channels.c b/libssh/channels.c
index beebe4ba..fe439f08 100644
--- a/libssh/channels.c
+++ b/libssh/channels.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 <string.h>
@@ -1871,4 +1869,4 @@ int channel_select(CHANNEL **readchans, CHANNEL **writechans,
}
/** @} */
-
+/* vim: set ts=2 sw=2 et cindent: */