diff --git a/clang-tools-extra/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp b/clang-tools-extra/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp index c192718ce602b749e57afbf1f05292ed714a32b3..4d21bb8764536a19f27c6a4ef7055c55fe680a16 100644 --- a/clang-tools-extra/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp +++ b/clang-tools-extra/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;