1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00

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,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 {