aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/gcov
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-04-26 17:20:39 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-04-30 11:42:57 +0100
commitdea0a7c81ea948567308d2a9f1f9ef51a94cefa9 (patch)
treea8d34a3cee6bb7b0a08d1b5afcf591aab14f6d25 /xen/common/gcov
parent7be7b15dde4364b6f524aa9330a283c60b7708ea (diff)
downloadxen-dea0a7c81ea948567308d2a9f1f9ef51a94cefa9.tar.gz
xen-dea0a7c81ea948567308d2a9f1f9ef51a94cefa9.tar.bz2
xen-dea0a7c81ea948567308d2a9f1f9ef51a94cefa9.zip
More emacs local variable block fixes.
The emacs variable to set the C style from a local variable block is c-file-style, not c-set-style. These were either missed by 82639998a5f2 or have crept back in since. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/common/gcov')
-rw-r--r--xen/common/gcov/gcov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/common/gcov/gcov.c b/xen/common/gcov/gcov.c
index 01d5b1066e..b5717b9c4a 100644
--- a/xen/common/gcov/gcov.c
+++ b/xen/common/gcov/gcov.c
@@ -217,7 +217,7 @@ int sysctl_coverage_op(xen_sysctl_coverage_op_t *op)
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* tab-width: 4
* indent-tabs-mode: nil