Adapt the code to the interface change in r196108.

llvm-svn: 196109
This commit is contained in:
Alexander Kornienko 2013-12-02 15:22:30 +00:00
parent bc4ae44928
commit 3daaf32e93
1 changed files with 1 additions and 1 deletions

View File

@ -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;