summaryrefslogtreecommitdiffstats
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
parent22f8b401b35f9d3fc17dc682dcf1785309206647 (diff)
downloadsystemtap-steved-0c5f581277ead60f4aaf00f44ef43f89fb387835.tar.gz
systemtap-steved-0c5f581277ead60f4aaf00f44ef43f89fb387835.tar.xz
systemtap-steved-0c5f581277ead60f4aaf00f44ef43f89fb387835.zip
Update a few more files with Vim modelines
-rw-r--r--loc2c-test.c2
-rw-r--r--loc2c.c2
-rw-r--r--mdfour.c2
-rw-r--r--mdfour.h4
-rw-r--r--stap-client-connect.c2
-rw-r--r--stap-server-connect.c2
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 : */