From 0c5f581277ead60f4aaf00f44ef43f89fb387835 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 3 Feb 2009 17:07:53 -0800 Subject: Update a few more files with Vim modelines --- mdfour.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mdfour.h') diff --git a/mdfour.h b/mdfour.h index 5ed9df30..cac1fe24 100644 --- a/mdfour.h +++ b/mdfour.h @@ -34,6 +34,4 @@ void mdfour_update(struct mdfour *md, const unsigned char *in, int n); void mdfour_result(struct mdfour *md, unsigned char *out); void mdfour(unsigned char *out, const unsigned char *in, int n); - - - +/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */ -- cgit