diff options
author | Josh Stone <jistone@redhat.com> | 2009-05-05 11:21:51 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-05-05 11:21:51 -0700 |
commit | d781daa027b2ad6c78f4258734142c97eb40b777 (patch) | |
tree | af4e57d93a38fe21492435b56c37cabb632b598d /nsscommon.c | |
parent | 7c4e9d57761b10058d36756df3b39039e292812d (diff) | |
download | systemtap-steved-d781daa027b2ad6c78f4258734142c97eb40b777.tar.gz systemtap-steved-d781daa027b2ad6c78f4258734142c97eb40b777.tar.xz systemtap-steved-d781daa027b2ad6c78f4258734142c97eb40b777.zip |
Add Vim modelines for new C/C++ sources
Diffstat (limited to 'nsscommon.c')
-rw-r--r-- | nsscommon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nsscommon.c b/nsscommon.c index 0a90b963..2e9c748b 100644 --- a/nsscommon.c +++ b/nsscommon.c @@ -81,3 +81,5 @@ nssCleanup (void) NSS_Shutdown (); PR_Cleanup (); } + +/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */ |