diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2017-03-06 03:53:50 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2017-03-06 04:09:01 (GMT) |
| commit | 3871863a16f247c53dd408c8c33d883e951b44a9 (patch) | |
| tree | 5bd5e78df9ebd6222fce138457531300c290683d /lisp | |
| parent | e7a7fbcca259826879646b6043b304599b2988b7 (diff) | |
| download | dotemacs-3871863a16f247c53dd408c8c33d883e951b44a9.zip dotemacs-3871863a16f247c53dd408c8c33d883e951b44a9.tar.gz dotemacs-3871863a16f247c53dd408c8c33d883e951b44a9.tar.bz2 | |
Unnecesary space
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ravi-init-cpp.el | 2 |
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) |
