]> granicus.if.org Git - clang/commitdiff
Further fix to clang-format emacs integration.
authorDaniel Jasper <djasper@google.com>
Tue, 7 May 2013 10:04:47 +0000 (10:04 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 7 May 2013 10:04:47 +0000 (10:04 +0000)
This is just a slight improvement for the fix in r181299, which fixes
formatting the very last line of a file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181303 91177308-0d34-0410-b5e6-96231b3b80d8

tools/clang-format/clang-format.el

index 2c5546b241cc3484a6573fef8f012dcc5d86643e..b76eb41d948f21d2e7bf88a1bb331d30b18e648e 100644 (file)
@@ -20,7 +20,7 @@
         (setq beg (region-beginning)
               end (region-end))
       (setq beg (min (line-beginning-position) (1- (point-max)))
-            end (min (line-end-position) (1- (point-max)))))
+            end (line-end-position)))
     (call-process-region (point-min) (point-max) binary t t nil
                          "-offset" (number-to-string (1- beg))
                          "-length" (number-to-string (- end beg))