]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 Apr 2007 16:53:13 +0000 (16:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 Apr 2007 16:53:13 +0000 (16:53 +0000)
lisp/progmodes/cc-cmds.el

index 27796e050223f09d564ed9f5f400ecead2f607b2..079ebb0262299ebb3744841807d6f2fe648e54ca 100644 (file)
@@ -857,7 +857,7 @@ is inhibited."
                   (back-to-indentation)
                   (looking-at (concat c-current-comment-prefix "[ \t]*$")))))
       (delete-region (progn (forward-line 0) (point))
-                  (progn (end-of-line) (point)))
+                    (progn (end-of-line) (point)))
       (insert-char ?* 1)) ; the / comes later. ; Do I need a t (retain sticky properties) here?
 
     (setq indentp (and (not arg)