From 73267b89ea6ede28b1a0a10667774bca6eb2b37e Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 28 Jan 2009 17:01:20 -0800 Subject: Add Vim modelines for GNU style in stap --- cache.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cache.cxx') diff --git a/cache.cxx b/cache.cxx index b1d3aa8a..35a37a00 100644 --- a/cache.cxx +++ b/cache.cxx @@ -295,3 +295,5 @@ unlink_cache_entry(const string &cache_ent_path) unlink(mod_path.c_str()); //it must exist, globbed for it earlier unlink(source_path.c_str()); //if its not there, no matter } + +/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */ -- cgit