aboutsummaryrefslogtreecommitdiff
path: root/libssh/crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/crc32.c')
-rw-r--r--libssh/crc32.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libssh/crc32.c b/libssh/crc32.c
index 191ccbdf..1df7dbff 100644
--- a/libssh/crc32.c
+++ b/libssh/crc32.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 "libssh/priv.h"
@@ -91,3 +89,4 @@ u32 ssh_crc32(const char *buf, u32 len) {
return ret;
}
+/* vim: set ts=2 sw=2 et cindent: */