summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2017-03-06 03:53:50 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2017-03-06 04:09:01 (GMT)
commit3871863a16f247c53dd408c8c33d883e951b44a9 (patch)
tree5bd5e78df9ebd6222fce138457531300c290683d /lisp
parente7a7fbcca259826879646b6043b304599b2988b7 (diff)
downloaddotemacs-3871863a16f247c53dd408c8c33d883e951b44a9.zip
dotemacs-3871863a16f247c53dd408c8c33d883e951b44a9.tar.gz
dotemacs-3871863a16f247c53dd408c8c33d883e951b44a9.tar.bz2
Unnecesary space
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ravi-init-cpp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ravi-init-cpp.el b/lisp/ravi-init-cpp.el
index 520f13f..3244ab9 100644
--- a/lisp/ravi-init-cpp.el
+++ b/lisp/ravi-init-cpp.el
@@ -165,7 +165,7 @@
(setq doxymacs-file-comment-template
'("/**" > n
" * " (doxymacs-doxygen-command-char) "file" > n
- " * " > n
+ " *" > n
" * " (doxymacs-doxygen-command-char) "brief "
(p "Brief description of this file: ") > n
" */" > n)