aboutsummaryrefslogtreecommitdiff
path: root/libssh/sftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/sftp.c')
-rw-r--r--libssh/sftp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libssh/sftp.c b/libssh/sftp.c
index f7df6955..557e4c46 100644
--- a/libssh/sftp.c
+++ b/libssh/sftp.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
*/
/* This file contains code written by Nick Zitzmann */
@@ -2395,4 +2393,4 @@ SFTP_ATTRIBUTES *sftp_fstat(SFTP_FILE *file) {
}
#endif /* WITH_SFTP */
-
+/* vim: set ts=2 sw=2 et cindent: */