summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-format/clang-format.el
diff options
context:
space:
mode:
Diffstat (limited to 'clang/tools/clang-format/clang-format.el')
-rw-r--r--clang/tools/clang-format/clang-format.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/clang-format/clang-format.el b/clang/tools/clang-format/clang-format.el
index ca461444e22..4d6007925fb 100644
--- a/clang/tools/clang-format/clang-format.el
+++ b/clang/tools/clang-format/clang-format.el
@@ -122,7 +122,7 @@ is no active region. If no style is given uses `clang-format-style'."
(let (status stderr operations)
(setq status
(call-process-region
- (point-min) (point-max) clang-format-executable
+ nil nil clang-format-executable
nil `(,temp-buffer ,temp-file) nil
"-output-replacements-xml"
OpenPOWER on IntegriCloud