diff options
Diffstat (limited to 'include/llvm/IR/Constant.h')
-rw-r--r-- | include/llvm/IR/Constant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/Constant.h b/include/llvm/IR/Constant.h index 75499e0a4db3..7db09d0b108f 100644 --- a/include/llvm/IR/Constant.h +++ b/include/llvm/IR/Constant.h @@ -187,6 +187,6 @@ public: } }; -} // End llvm namespace +} // namespace llvm #endif |