summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/Casting.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Support/Casting.h')
-rw-r--r--llvm/include/llvm/Support/Casting.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/Casting.h b/llvm/include/llvm/Support/Casting.h
index e84676abc77..6ba5efa4755 100644
--- a/llvm/include/llvm/Support/Casting.h
+++ b/llvm/include/llvm/Support/Casting.h
@@ -321,6 +321,6 @@ dyn_cast_or_null(Y *Val) {
return (Val && isa<X>(Val)) ? cast<X>(Val) : nullptr;
}
-} // namespace llvm
+} // End llvm namespace
#endif
OpenPOWER on IntegriCloud