mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
build: avoid tabs that failed syntax-check
Introduced in commit f299ddd6.
* src/check-symfile.pl: Fix whitespace.
* .dir-locals.el (perl-mode): Prevent future occurrences.
This commit is contained in:
@@ -14,4 +14,7 @@
|
|||||||
(nxml-mode . (
|
(nxml-mode . (
|
||||||
(indent-tabs-mode . nil)
|
(indent-tabs-mode . nil)
|
||||||
))
|
))
|
||||||
|
(perl-mode . (
|
||||||
|
(indent-tabs-mode . nil)
|
||||||
|
))
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user