changeset 77421:d5d1e2d56e62

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Apr 2007 16:53:13 +0000
parents 0e63897240ee
children 7ecfd3e438e0
files lisp/progmodes/cc-cmds.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-cmds.el	Sun Apr 22 16:52:29 2007 +0000
+++ b/lisp/progmodes/cc-cmds.el	Sun Apr 22 16:53:13 2007 +0000
@@ -857,7 +857,7 @@
 		   (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)