diff options
Diffstat (limited to 'llvm/lib/Support/MD5.cpp')
-rw-r--r-- | llvm/lib/Support/MD5.cpp | 2 |
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 |