mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
Meta: Fix wrong 'using namespace X' usages
Apart from causing All AK:: and Crypto:: symbols being suddenly visible even though they might not be supposed to be, the style guide also says this is wrong: https://github.com/SerenityOS/serenity/blob/master/Documentation/CodingStyle.md#using-statements
This commit is contained in:
parent
4f77ccbda8
commit
2a2630edc9
Notes:
sideshowbarker
2024-07-19 03:16:54 +09:00
Author: https://github.com/BenWiederhake
Commit: 2a2630edc9
Pull-request: https://github.com/SerenityOS/serenity/pull/3264
3 changed files with 3 additions and 4 deletions
|
@ -515,5 +515,4 @@ static constexpr const u8 RSA_SIGN_SHA512_OID[] = { 0x2a, 0x86, 0x48, 0x86, 0xf7
|
|||
|
||||
}
|
||||
|
||||
using namespace Crypto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue