diff options
Diffstat (limited to 'libssh/gzip.c')
-rw-r--r-- | libssh/gzip.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libssh/gzip.c b/libssh/gzip.c index 73940125..fde821ba 100644 --- a/libssh/gzip.c +++ b/libssh/gzip.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 "config.h" @@ -215,4 +213,4 @@ int decompress_buffer(SSH_SESSION *session,BUFFER *buf){ } #endif /* HAVE_LIBZ && WITH_LIBZ */ - +/* vim: set ts=2 sw=2 et cindent: */ |