forked from OSchip/llvm-project
[clang-format] Clang-tidy cleanup of NamespaceEndCommentFixerTest.cpp, NFC
llvm-svn: 300983
This commit is contained in:
parent
531dbc7c17
commit
850f689e82
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue