From 0cf829c1716f8e0bc473d32d16ebb25282f029d0 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 26 Dec 2016 01:20:59 +0000 Subject: [PATCH] Fix some bad indentation that I or another introduced somehow. llvm-svn: 290531 --- llvm/include/llvm/IR/Module.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/include/llvm/IR/Module.h b/llvm/include/llvm/IR/Module.h index 0f7a3ed47d49..79870b9455a6 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 global_object_iterator;