diff options
author | Markus Armbruster <armbru@redhat.com> | 2016-06-28 16:58:25 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2016-07-12 16:19:16 +0200 |
commit | 85aad98a0e0a93c146fd4c306114f23824a3db5f (patch) | |
tree | 213412e911f95dcc7c770f460a09c7e74fa74076 /hw/pci-bridge/ioh3420.c | |
parent | 20668fdebdbb718238c7e80febd0249b5691c99f (diff) | |
download | qemu-85aad98a0e0a93c146fd4c306114f23824a3db5f.zip |
Drop Emacs local variables lists redundant with .dir-locals.el
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'hw/pci-bridge/ioh3420.c')
-rw-r--r-- | hw/pci-bridge/ioh3420.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hw/pci-bridge/ioh3420.c b/hw/pci-bridge/ioh3420.c index 93c6f0b7a2..0444b596c6 100644 --- a/hw/pci-bridge/ioh3420.c +++ b/hw/pci-bridge/ioh3420.c @@ -216,12 +216,3 @@ static void ioh3420_register_types(void) } type_init(ioh3420_register_types) - -/* - * Local variables: - * c-indent-level: 4 - * c-basic-offset: 4 - * tab-width: 8 - * indent-tab-mode: nil - * End: - */ |