summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/MD5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/MD5.cpp')
-rw-r--r--llvm/lib/Support/MD5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/MD5.cpp b/llvm/lib/Support/MD5.cpp
index ceab580984d..6ed81fbe49e 100644
--- a/llvm/lib/Support/MD5.cpp
+++ b/llvm/lib/Support/MD5.cpp
@@ -283,4 +283,4 @@ void MD5::stringifyResult(MD5Result &Result, SmallString<32> &Str) {
Res << format("%.2x", Result[i]);
}
-}
+} // namespace llvm
OpenPOWER on IntegriCloud