summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/etc/emacs/rust-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/emacs/rust-mode.el b/src/etc/emacs/rust-mode.el
index 94fc9059f48..03191c5a1b4 100644
--- a/src/etc/emacs/rust-mode.el
+++ b/src/etc/emacs/rust-mode.el
@@ -53,8 +53,8 @@
 (defvar rust-value-keywords
   (let ((table (make-hash-table :test 'equal)))
     (dolist (word '("mod" "const" "class" "type"
-					"trait" "struct", "fn" "enum"
-					"impl"))
+                    "trait" "struct" "fn" "enum"
+                    "impl"))
       (puthash word 'def table))
     (dolist (word '("again" "assert"
                     "break"