ADT: Add "end namespace" comment

This keeps clang-format from deleting the preceding newline.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213082 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan P. N. Exon Smith 2014-07-15 18:06:56 +00:00
parent 01d8611240
commit 9f865ed141

View File

@ -134,6 +134,6 @@ public:
}
};
}
} // end namespace llvm
#endif