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
parent 64c0deb1f1
commit d8a3609aa9
5 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,7 @@
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include "TreeMapWidget.h"
#include <AK/LexicalPath.h>
#include <AK/Queue.h>

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>

View file

@ -3,6 +3,7 @@
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include "CompilationUnit.h"
#include "DIE.h"

View file

@ -3,10 +3,10 @@
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include "Expression.h"
#include <AK/MemoryStream.h>
#include <sys/arch/i386/regs.h>
namespace Debug::Dwarf::Expression {

View file

@ -3,6 +3,7 @@
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/String.h>
#include <LibCore/ArgsParser.h>
#include <ctype.h>