diff options
author | Daniel Jasper <djasper@google.com> | 2015-06-17 13:08:06 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-06-17 13:08:06 +0000 |
commit | e6fcf7d372ca822b06112d92856895c2fce38878 (patch) | |
tree | 756ccf8a74ffec4db9b415446049648fec848cea /clang/unittests/Format/FormatTestJava.cpp | |
parent | 3b6304fa1a3fc01d0b70166dd1a971a8d86bf532 (diff) | |
download | llvm-e6fcf7d372ca822b06112d92856895c2fce38878.zip llvm-e6fcf7d372ca822b06112d92856895c2fce38878.tar.gz llvm-e6fcf7d372ca822b06112d92856895c2fce38878.tar.bz2 |
clang-format: clang-format (NFC)
llvm-svn: 239903
Diffstat (limited to 'clang/unittests/Format/FormatTestJava.cpp')
-rw-r--r-- | clang/unittests/Format/FormatTestJava.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/unittests/Format/FormatTestJava.cpp b/clang/unittests/Format/FormatTestJava.cpp index 631a3dc..4c161e0 100644 --- a/clang/unittests/Format/FormatTestJava.cpp +++ b/clang/unittests/Format/FormatTestJava.cpp @@ -31,9 +31,9 @@ protected: return Result; } - static std::string format( - llvm::StringRef Code, - const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) { + static std::string + format(llvm::StringRef Code, + const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) { return format(Code, 0, Code.size(), Style); } |