Revert r240271 (Fixed/added namespace ending comments using clang-tidy. NFC)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alexander Kornienko
2015-06-23 10:48:35 +00:00
parent 43fab48d42
commit b7c46b5fc9
4 changed files with 4 additions and 4 deletions

View File

@@ -154,6 +154,6 @@ public:
template <typename T>
class PackedVector<T, 0>;
} // namespace llvm
} // end llvm namespace
#endif