aboutsummaryrefslogtreecommitdiff
path: root/libssh/base64.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/base64.c')
-rw-r--r--libssh/base64.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libssh/base64.c b/libssh/base64.c
index 63b50dce..0ba548e4 100644
--- a/libssh/base64.c
+++ b/libssh/base64.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
*/
/* just the dirtiest part of code i ever made */
@@ -285,3 +283,4 @@ unsigned char *bin_to_base64(const unsigned char *source, int len) {
return base64;
}
+/* vim: set ts=2 sw=2 et cindent: */