Fix trailing spaces.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 09 Feb 2011 15:20:49 +0200
changeset 572 ead98b9f85c3
parent 571 012f4c694435
child 576 259fabfae56e
child 577 d24848aec7d1
Fix trailing spaces.
my-log-mode.el
--- a/my-log-mode.el	Wed Feb 09 15:19:48 2011 +0200
+++ b/my-log-mode.el	Wed Feb 09 15:20:49 2011 +0200
@@ -32,7 +32,7 @@
         (setq fline (string-to-int (match-string 2 line)))
         )
       )
-    (cond 
+    (cond
      ( (and fname (file-exists-p fname))
        (find-file-other-window fname)
        (goto-line fline)