aboutsummaryrefslogtreecommitdiff
path: root/libssh/channels1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/channels1.c')
-rw-r--r--libssh/channels1.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libssh/channels1.c b/libssh/channels1.c
index 44fba829..7042f09f 100644
--- a/libssh/channels1.c
+++ b/libssh/channels1.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>
@@ -304,3 +302,4 @@ int channel_write1(CHANNEL *channel, const void *data, int len) {
}
#endif /* HAVE_SSH1 */
+/* vim: set ts=2 sw=2 et cindent: */