ADT: Add "end namespace" comment

This keeps clang-format from deleting the preceding newline.

llvm-svn: 213082
This commit is contained in:
Duncan P. N. Exon Smith 2014-07-15 18:06:56 +00:00
parent 3705790adf
commit 34e5ea6c9f
1 changed files with 1 additions and 1 deletions

View File

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