diff options
Diffstat (limited to 'include/libssh/sftp.h')
-rw-r--r-- | include/libssh/sftp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h index dc914b1..83c6f1d 100644 --- a/include/libssh/sftp.h +++ b/include/libssh/sftp.h @@ -17,8 +17,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 */ /** @@ -773,3 +771,4 @@ void sftp_handle_remove(SFTP_SESSION *sftp, void *handle); #endif /* SFTP_H */ /** @} */ +/* vim: set ts=2 sw=2 et cindent: */ |