diff options
| author | Alexander Kornienko <alexfh@google.com> | 2013-12-02 15:22:30 +0000 |
|---|---|---|
| committer | Alexander Kornienko <alexfh@google.com> | 2013-12-02 15:22:30 +0000 |
| commit | 21025b02aa84e786eb4226fd00488c9cd88d5105 (patch) | |
| tree | cbd741949f947cb9e13ec83f8feccaacaf267915 /clang-apply-replacements | |
| parent | 0ecdfcbfe77d1f09c569e3e6b4bad4d4f43f49db (diff) | |
Adapt the code to the interface change in r196108.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@196109 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang-apply-replacements')
| -rw-r--r-- | clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp b/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp index c192718c..4d21bb87 100644 --- a/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp +++ b/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp @@ -217,7 +217,7 @@ int main(int argc, char **argv) { // Determine a formatting style from options. format::FormatStyle FormatStyle; if (DoFormat) - FormatStyle = format::getStyle(FormatStyleOpt, FormatStyleConfig); + FormatStyle = format::getStyle(FormatStyleOpt, FormatStyleConfig, "LLVM"); TUReplacements TUs; TUReplacementFiles TURFiles; |
