summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorNeil Roberts <[email protected]>2018-10-17 17:27:07 +0200
committerNeil Roberts <[email protected]>2018-10-17 19:03:08 +0200
commita9475d9337a391f5818b3bd799877098d7cbd79b (patch)
treebe704fc36eaae71fbce690af1e3664ec7853957f /src/mesa
parentd27b1c83b9b7bd2db8851fe497246c0143b73554 (diff)
Fix setting indent-tabs-mode in the Emacs .dir-locals.el files
Some of the .dir-locals.el had the wrong name for the truthy value so it wasn’t setting indent-tabs-mode. Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/nouveau/.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/.dir-locals.el b/src/mesa/drivers/dri/nouveau/.dir-locals.el
index 774f023ae6f..9b3ddf52461 100644
--- a/src/mesa/drivers/dri/nouveau/.dir-locals.el
+++ b/src/mesa/drivers/dri/nouveau/.dir-locals.el
@@ -1,5 +1,5 @@
((prog-mode
- (indent-tabs-mode . true)
+ (indent-tabs-mode . t)
(tab-width . 8)
(c-basic-offset . 8)
(c-file-style . "stroustrup")