[llvm] r290531 - Fix some bad indentation that I or another introduced somehow.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 25 17:21:00 PST 2016


Author: chandlerc
Date: Sun Dec 25 19:20:59 2016
New Revision: 290531

URL: http://llvm.org/viewvc/llvm-project?rev=290531&view=rev
Log:
Fix some bad indentation that I or another introduced somehow.

Modified:
    llvm/trunk/include/llvm/IR/Module.h

Modified: llvm/trunk/include/llvm/IR/Module.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Module.h?rev=290531&r1=290530&r2=290531&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Module.h (original)
+++ llvm/trunk/include/llvm/IR/Module.h Sun Dec 25 19:20:59 2016
@@ -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;




More information about the llvm-commits mailing list