test_x86_emulator.c: add emacs block
authorDon Slutz <dslutz@verizon.com>
Mon, 23 Feb 2015 16:54:59 +0000 (17:54 +0100)
committerJan 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

index 6f67fc742a3a89054b45cbb2eec1a35e77e62192..66d5eff163dab296a5824d716865497b516c6e67 100644 (file)
@@ -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:
+ */