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 --- loc2c-test.c | 2 ++ loc2c.c | 2 ++ mdfour.c | 2 ++ mdfour.h | 4 +--- stap-client-connect.c | 2 ++ stap-server-connect.c | 2 ++ 6 files changed, 11 insertions(+), 3 deletions(-) diff --git a/loc2c-test.c b/loc2c-test.c index c39ab061..a584c024 100644 --- a/loc2c-test.c +++ b/loc2c-test.c @@ -502,3 +502,5 @@ main (int argc, char **argv) return 0; } + +/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */ diff --git a/loc2c.c b/loc2c.c index 52381b82..fc2ccd1e 100644 --- a/loc2c.c +++ b/loc2c.c @@ -1914,3 +1914,5 @@ c_emit_location (FILE *out, struct location *loc, int indent) } #undef emit + +/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */ 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 : */ 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 : */ diff --git a/stap-client-connect.c b/stap-client-connect.c index fd64f6c7..fd3b950c 100644 --- a/stap-client-connect.c +++ b/stap-client-connect.c @@ -495,3 +495,5 @@ main(int argc, char **argv) return 0; } + +/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */ diff --git a/stap-server-connect.c b/stap-server-connect.c index 37b44a9b..2a7827f7 100644 --- a/stap-server-connect.c +++ b/stap-server-connect.c @@ -769,3 +769,5 @@ main(int argc, char **argv) return 0; } + +/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */ -- cgit