Add comments on closing #include guard #endif's
All checks were successful
ChaosTest CI / build-and-test (push) Successful in 31s

This commit is contained in:
hashlag
2026-01-02 21:40:07 +03:00
parent a93311cad1
commit 5d09391339
9 changed files with 9 additions and 9 deletions

View File

@@ -34,4 +34,4 @@ private:
} // namespace Chaos::Hash
#endif
#endif // CHAOS_HASH_HASH_HPP

View File

@@ -38,4 +38,4 @@ private:
} // namespace Chaos::Hash
#endif
#endif // CHAOS_HASH_HASHER_HPP

View File

@@ -302,4 +302,4 @@ private:
} // namespace Chaos::Hash::Md4
#endif
#endif // CHAOS_HASH_MD4_HPP

View File

@@ -326,4 +326,4 @@ private:
} // namespace Chaos::Hash::Md5
#endif
#endif // CHAOS_HASH_MD5_HPP