]> granicus.if.org Git - clang/commitdiff
Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.
authorNico Weber <nicolasweber@gmx.de>
Thu, 2 Mar 2017 14:51:54 +0000 (14:51 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 2 Mar 2017 14:51:54 +0000 (14:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296749 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Format/Format.cpp

index 9910e4316bc399635dc19311f0791f0182f0b5aa..8de3355bd5fac4bfd7214f5e16581b1be821d482 100644 (file)
@@ -554,7 +554,6 @@ FormatStyle getLLVMStyle() {
   LLVMStyle.SpacesBeforeTrailingComments = 1;
   LLVMStyle.Standard = FormatStyle::LS_Cpp11;
   LLVMStyle.UseTab = FormatStyle::UT_Never;
-  LLVMStyle.JavaScriptQuotes = FormatStyle::JSQS_Leave;
   LLVMStyle.ReflowComments = true;
   LLVMStyle.SpacesInParentheses = false;
   LLVMStyle.SpacesInSquareBrackets = false;