Whtiespace fixes.

This commit is contained in:
Jack Morrison 2015-12-13 20:21:03 -07:00
parent 8196589886
commit 9ae9eacfdb

View File

@ -333,9 +333,9 @@ Key bindings:
(c-initialize-cc-mode t) (c-initialize-cc-mode t)
(set-syntax-table cuda-mode-syntax-table) (set-syntax-table cuda-mode-syntax-table)
(setq major-mode 'cuda-mode (setq major-mode 'cuda-mode
mode-name "Cuda" mode-name "Cuda"
local-abbrev-table cuda-mode-abbrev-table local-abbrev-table cuda-mode-abbrev-table
abbrev-mode t) abbrev-mode t)
(use-local-map c-mode-map) (use-local-map c-mode-map)
;; `c-init-language-vars' is a macro that is expanded at compile ;; `c-init-language-vars' is a macro that is expanded at compile
;; time to a large `setq' with all the language variables and their ;; time to a large `setq' with all the language variables and their