diff options
author | Nico Weber <nicolasweber@gmx.de> | 2017-03-02 14:51:54 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2017-03-02 14:51:54 +0000 |
commit | 3ffedcdfa3fdc480899fee8f5cb008b280d8629a (patch) | |
tree | b9484677be55a8eecc314c3a75cf5b1d42e8347b /clang/lib/Format/Format.cpp | |
parent | 8bdc36eccdef81b5b6b5dfe4c2ba66182ee52e02 (diff) | |
download | bcm5719-llvm-3ffedcdfa3fdc480899fee8f5cb008b280d8629a.tar.gz bcm5719-llvm-3ffedcdfa3fdc480899fee8f5cb008b280d8629a.zip |
Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.
llvm-svn: 296749
Diffstat (limited to 'clang/lib/Format/Format.cpp')
-rw-r--r-- | clang/lib/Format/Format.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp index 9910e4316bc..8de3355bd5f 100644 --- a/clang/lib/Format/Format.cpp +++ b/clang/lib/Format/Format.cpp @@ -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; |