Fix some bad indentation that I or another introduced somehow.

llvm-svn: 290531
This commit is contained in:
Chandler Carruth 2016-12-26 01:20:59 +00:00
parent e328045711
commit 0cf829c171
1 changed files with 3 additions and 3 deletions

View File

@ -586,9 +586,9 @@ public:
return make_range(ifunc_begin(), ifunc_end());
}
/// @}
/// @name Convenience iterators
/// @{
/// @}
/// @name Convenience iterators
/// @{
typedef concat_iterator<GlobalObject, iterator, global_iterator>
global_object_iterator;