aboutsummaryrefslogtreecommitdiff
path: root/libssh/gcrypt_missing.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/gcrypt_missing.c')
-rw-r--r--libssh/gcrypt_missing.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libssh/gcrypt_missing.c b/libssh/gcrypt_missing.c
index a9a129b7..7a456a6a 100644
--- a/libssh/gcrypt_missing.c
+++ b/libssh/gcrypt_missing.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>
@@ -98,3 +96,4 @@ char *my_gcry_bn2dec(bignum bn) {
}
#endif
+/* vim: set ts=2 sw=2 et cindent: */