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

@@ -82,4 +82,4 @@ private:
} // namespace Chaos::Cipher::Arc4 } // namespace Chaos::Cipher::Arc4
#endif #endif // CHAOS_CIPHER_ARC4_ARC4CRYPT_HPP

View File

@@ -108,4 +108,4 @@ private:
} // namespace Chaos::Cipher::Arc4 } // namespace Chaos::Cipher::Arc4
#endif #endif // CHAOS_CIPHER_ARC4_ARC4GEN_HPP

View File

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

View File

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

View File

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

View File

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

View File

@@ -145,4 +145,4 @@ private:
} // namespace Chaos::Mac::Hmac } // namespace Chaos::Mac::Hmac
#endif #endif // CHAOS_MAC_HMAC_HPP

View File

@@ -28,4 +28,4 @@ private:
} // namespace Chaos::Service } // namespace Chaos::Service
#endif #endif // CHAOS_SERVICE_CHAOSEXCEPTION_HPP

View File

@@ -89,4 +89,4 @@ private:
} // namespace Chaos::Service } // namespace Chaos::Service
#endif #endif // CHAOS_SERVICE_SEARRAY_HPP