Skip to content

Commit

Permalink
Fix some bad indentation that I or another introduced somehow.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290531 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chandlerc committed Dec 26, 2016
1 parent e6e82fb commit 379e0ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/llvm/IR/Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -586,9 +586,9 @@ class Module {
return make_range(ifunc_begin(), ifunc_end());
}

/// @}
/// @name Convenience iterators
/// @{
/// @}
/// @name Convenience iterators
/// @{

typedef concat_iterator<GlobalObject, iterator, global_iterator>
global_object_iterator;
Expand Down

0 comments on commit 379e0ca

Please sign in to comment.