aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@citrix.com>2013-02-21 16:12:46 +0000
committerKeir <keir.xen@gmail.com>2013-02-21 16:12:46 +0000
commit82639998a5f2afce55990c387dfdf06e032803e6 (patch)
tree2ab4b1cb664f5ea5d641f1c4ee23cebef8f002b2 /tools/xentrace
parenta15d87475ed95840dba693ab0a56d0b48a215cbc (diff)
downloadxen-82639998a5f2afce55990c387dfdf06e032803e6.tar.gz
xen-82639998a5f2afce55990c387dfdf06e032803e6.tar.bz2
xen-82639998a5f2afce55990c387dfdf06e032803e6.zip
Fix emacs local variable block to use correct C style variable.
The emacs variable to set the C style from a local variable block is c-file-style, not c-set-style. Signed-off-by: David Vrabel <david.vrabel@citrix.com
Diffstat (limited to 'tools/xentrace')
-rw-r--r--tools/xentrace/xenctx.c2
-rw-r--r--tools/xentrace/xentrace.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/xentrace/xenctx.c b/tools/xentrace/xenctx.c
index 530ef6525e..62327f7e9f 100644
--- a/tools/xentrace/xenctx.c
+++ b/tools/xentrace/xenctx.c
@@ -1103,7 +1103,7 @@ int main(int argc, char **argv)
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* tab-width: 4
* indent-tabs-mode: nil
diff --git a/tools/xentrace/xentrace.c b/tools/xentrace/xentrace.c
index e380531e35..622bac8c4c 100644
--- a/tools/xentrace/xentrace.c
+++ b/tools/xentrace/xentrace.c
@@ -1065,7 +1065,7 @@ int main(int argc, char **argv)
/*
* Local variables:
* mode: C
- * c-set-style: "BSD"
+ * c-file-style: "BSD"
* c-basic-offset: 4
* tab-width: 4
* indent-tabs-mode: nil