Переглянути джерело

Everywhere: Add a blank line after copyright header where missing

Linus Groh 4 роки тому
батько
коміт
d8a3609aa9

+ 1 - 0
Userland/Applications/SpaceAnalyzer/main.cpp

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

+ 1 - 0
Userland/Libraries/LibCrypt/crypt.cpp

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

+ 1 - 0
Userland/Libraries/LibDebug/Dwarf/CompilationUnit.cpp

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

+ 1 - 1
Userland/Libraries/LibDebug/Dwarf/Expression.cpp

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

+ 1 - 0
Userland/Utilities/useradd.cpp

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