branch: elpa/dracula-theme
commit cc52412fc39933f5ea7bcfe21841ea68d7244c78
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
Cleanup weird whitespaces
---
dracula-theme.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index e281df6..9393ee0 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -71,7 +71,7 @@
(font-lock-negation-char-face :foreground ,dracula-cyan)
(font-lock-reference-face :foreground ,dracula-cyan)
(font-lock-string-face :foreground ,dracula-yellow)
- (font-lock-type-face :foreground ,dracula-purple )
+ (font-lock-type-face :foreground ,dracula-purple)
(font-lock-variable-name-face :foreground ,dracula-fg)
(font-lock-warning-face :foreground ,dracula-orange :background
,bg2)
;; auto-complete
@@ -194,7 +194,7 @@
(jde-java-font-lock-private-face :foreground ,dracula-pink)
(jde-java-font-lock-public-face :foreground ,dracula-pink)
;; js2-mode
- (js2-external-variable :foreground ,dracula-purple )
+ (js2-external-variable :foreground ,dracula-purple)
(js2-function-param :foreground ,dracula-cyan)
(js2-jsdoc-html-tag-delimiter :foreground ,dracula-yellow)
(js2-jsdoc-html-tag-name :foreground ,other-blue)