summaryrefslogtreecommitdiffstats
path: root/mdfour.c
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-02-03 17:07:53 -0800
committerJosh Stone <jistone@redhat.com>2009-02-03 17:07:53 -0800
commit0c5f581277ead60f4aaf00f44ef43f89fb387835 (patch)
tree3288800c2c1e8e1800b7413cd49e5ba4c9169de7 /mdfour.c
parent22f8b401b35f9d3fc17dc682dcf1785309206647 (diff)
downloadsystemtap-steved-0c5f581277ead60f4aaf00f44ef43f89fb387835.tar.gz
systemtap-steved-0c5f581277ead60f4aaf00f44ef43f89fb387835.tar.xz
systemtap-steved-0c5f581277ead60f4aaf00f44ef43f89fb387835.zip
Update a few more files with Vim modelines
Diffstat (limited to 'mdfour.c')
-rw-r--r--mdfour.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdfour.c b/mdfour.c
index a942dc9c..3c5b68cf 100644
--- a/mdfour.c
+++ b/mdfour.c
@@ -216,3 +216,5 @@ mdfour(unsigned char *out, const unsigned char *in, int n)
mdfour_update(&md, NULL, 0);
mdfour_result(&md, out);
}
+
+/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */