projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7ba3bf
)
test_x86_emulator.c: add emacs block
author
Don Slutz
<dslutz@verizon.com>
Mon, 23 Feb 2015 16:54:59 +0000
(17:54 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Mon, 23 Feb 2015 16:54:59 +0000
(17:54 +0100)
Signed-off-by: Don Slutz <dslutz@verizon.com>
Acked-by: Andrew Cooper <andew.cooper@citrix.com>
tools/tests/x86_emulator/test_x86_emulator.c
patch
|
blob
|
history
diff --git
a/tools/tests/x86_emulator/test_x86_emulator.c
b/tools/tests/x86_emulator/test_x86_emulator.c
index 6f67fc742a3a89054b45cbb2eec1a35e77e62192..66d5eff163dab296a5824d716865497b516c6e67 100644
(file)
--- a/
tools/tests/x86_emulator/test_x86_emulator.c
+++ b/
tools/tests/x86_emulator/test_x86_emulator.c
@@
-934,3
+934,12
@@
int main(int argc, char **argv)
printf("failed!\n");
return 1;
}
+
+/*
+ * Local variables:
+ * mode: C
+ * c-file-style: "BSD"
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ */