Everywhere: Add a blank line after copyright header where missing

This commit is contained in:
Linus Groh 2021-05-15 00:27:09 +01:00
commit d8a3609aa9
Notes: sideshowbarker 2024-07-18 18:07:57 +09:00
5 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,7 @@
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Base64.h>
#include <AK/Types.h>
#include <LibCrypto/Hash/SHA2.h>