diff options
author | Joerg Sonnenberger <joerg@bec.de> | 2017-01-05 17:59:44 +0000 |
---|---|---|
committer | Joerg Sonnenberger <joerg@bec.de> | 2017-01-05 17:59:44 +0000 |
commit | e9987a1d2fad218f2da3c78a8bee60ecc87262d9 (patch) | |
tree | fa772dacd8f90c9adfa8956beba7ca9c6a77494c /clang | |
parent | d7baada5dd4321500a4e82dc20600b32f6bf7079 (diff) | |
download | llvm-e9987a1d2fad218f2da3c78a8bee60ecc87262d9.zip llvm-e9987a1d2fad218f2da3c78a8bee60ecc87262d9.tar.gz llvm-e9987a1d2fad218f2da3c78a8bee60ecc87262d9.tar.bz2 |
Typo
llvm-svn: 291148
Diffstat (limited to 'clang')
-rw-r--r-- | clang/unittests/Format/FormatTestJS.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/unittests/Format/FormatTestJS.cpp b/clang/unittests/Format/FormatTestJS.cpp index 90c9931..59f4a4f 100644 --- a/clang/unittests/Format/FormatTestJS.cpp +++ b/clang/unittests/Format/FormatTestJS.cpp @@ -541,8 +541,8 @@ TEST_F(FormatTestJS, FunctionLiterals) { " foo();\n" " bar();\n" " },\n" - " this, arg1IsReallyLongAndNeeedsLineBreaks,\n" - " arg3IsReallyLongAndNeeedsLineBreaks);"); + " this, arg1IsReallyLongAndNeedsLineBreaks,\n" + " arg3IsReallyLongAndNeedsLineBreaks);"); verifyFormat("var closure = goog.bind(function() { // comment\n" " foo();\n" " bar();\n" |