Fix namespace end comments in Md4.hpp, Md5.hpp
This commit is contained in:
@@ -279,6 +279,6 @@ private:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Chaos::Md4
|
} // namespace Chaos::Hashing::Md4
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -303,6 +303,6 @@ private:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Chaos::Md5
|
} // namespace Chaos::Hashing::Md5
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user