[clang-format] Clang-tidy cleanup of NamespaceEndCommentFixerTest.cpp, NFC

llvm-svn: 300983
This commit is contained in:
Krasimir Georgiev 2017-04-21 14:30:01 +00:00
parent 531dbc7c17
commit 850f689e82
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class NamespaceEndCommentsFixerTest : public ::testing::Test {
protected:
std::string
fixNamespaceEndComments(llvm::StringRef Code,
std::vector<tooling::Range> Ranges,
const std::vector<tooling::Range> &Ranges,
const FormatStyle &Style = getLLVMStyle()) {
DEBUG(llvm::errs() << "---\n");
DEBUG(llvm::errs() << Code << "\n\n");