summaryrefslogtreecommitdiffstats
path: root/modsign.cxx
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-05-05 14:30:04 -0400
committerDave Brolley <brolley@redhat.com>2009-05-05 14:30:04 -0400
commit5f07098f7e955b5ea9482bea9b75d1f631863df3 (patch)
tree3249d70bad1782abbd7706cc2e0296497d04c16c /modsign.cxx
parent307fbce1d6243d9a347491454a79646d97c53782 (diff)
parentd781daa027b2ad6c78f4258734142c97eb40b777 (diff)
downloadsystemtap-steved-5f07098f7e955b5ea9482bea9b75d1f631863df3.tar.gz
systemtap-steved-5f07098f7e955b5ea9482bea9b75d1f631863df3.tar.xz
systemtap-steved-5f07098f7e955b5ea9482bea9b75d1f631863df3.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'modsign.cxx')
-rw-r--r--modsign.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/modsign.cxx b/modsign.cxx
index d8b9901e..3ac4dab8 100644
--- a/modsign.cxx
+++ b/modsign.cxx
@@ -552,3 +552,5 @@ sign_module (systemtap_session& s)
/* Shutdown NSS and exit NSPR gracefully. */
nssCleanup ();
}
+
+/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */