[clang-rename] Add comment after namespace closing

llvm-svn: 280653
This commit is contained in:
Kirill Bobyrev
2016-09-05 09:42:02 +00:00
parent 56b23506c5
commit cd369a3802

View File

@@ -41,7 +41,8 @@ private:
std::map<std::string, tooling::Replacements> &FileToReplaces;
bool PrintLocations;
};
}
}
} // namespace rename
} // namespace clang
#endif // LLVM_CLANG_TOOLS_EXTRA_CLANG_RENAME_RENAMING_ACTION_H