Fix crash when using ffmpeg to play mp3 and ogg
[sxemacs] / lisp / text-mode.el
index 8bbd5a4..18b4e2d 100644 (file)
@@ -176,7 +176,7 @@ The argument NLINES says how many lines to center."
        (delete-horizontal-space)
        (setq line-length (current-column))
        (if (> (- fill-column lm line-length) 0)
-           (indent-line-to 
+           (indent-line-to
             (+ lm (/ (- fill-column lm line-length) 2))))))
     (cond ((null nlines)
           (setq nlines 0))