diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2016-12-26 01:20:59 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2016-12-26 01:20:59 +0000 |
| commit | 0cf829c1716f8e0bc473d32d16ebb25282f029d0 (patch) | |
| tree | 7bdac81fc522e52e7840ddb39d4b8b88d6028e15 | |
| parent | e328045711717a0743c4b43e6e967d975e32d8ce (diff) | |
| download | bcm5719-llvm-0cf829c1716f8e0bc473d32d16ebb25282f029d0.tar.gz bcm5719-llvm-0cf829c1716f8e0bc473d32d16ebb25282f029d0.zip | |
Fix some bad indentation that I or another introduced somehow.
llvm-svn: 290531
| -rw-r--r-- | llvm/include/llvm/IR/Module.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/IR/Module.h b/llvm/include/llvm/IR/Module.h index 0f7a3ed47d4..79870b9455a 100644 --- a/llvm/include/llvm/IR/Module.h +++ b/llvm/include/llvm/IR/Module.h @@ -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; |

