diff options
Diffstat (limited to 'libssh/buffer.c')
-rw-r--r-- | libssh/buffer.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libssh/buffer.c b/libssh/buffer.c index 9b8d6ad..fb345df 100644 --- a/libssh/buffer.c +++ b/libssh/buffer.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> @@ -395,4 +393,4 @@ struct string_struct *buffer_get_mpint(struct buffer_struct *buffer) { return str; } /** @} */ - +/* vim: set ts=2 sw=2 et cindent: */ |