aboutsummaryrefslogtreecommitdiff
path: root/libssh/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/packet.c')
-rw-r--r--libssh/packet.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libssh/packet.c b/libssh/packet.c
index 0655257d..c9a1a50d 100644
--- a/libssh/packet.c
+++ b/libssh/packet.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 <stdlib.h>
@@ -779,3 +777,4 @@ int packet_wait(SSH_SESSION *session, int type, int block) {
return packet_wait2(session, type, block);
}
+/* vim: set ts=2 sw=2 et cindent: */