Ver Fonte

tests: fix style (skip two lines after license boilerplate)

Quentin Monnet há 8 anos atrás
pai
commit
27df7c781c
3 ficheiros alterados com 5 adições e 0 exclusões
  1. 2 0
      tests/asm_parser.rs
  2. 2 0
      tests/assembler.rs
  3. 1 0
      tests/common.rs

+ 2 - 0
tests/asm_parser.rs

@@ -3,6 +3,8 @@
 // Licensed under the Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0> or
 // the MIT license <http://opensource.org/licenses/MIT>, at your option. This file may not be
 // copied, modified, or distributed except according to those terms.
+
+
 extern crate rbpf;
 extern crate combine;
 

+ 2 - 0
tests/assembler.rs

@@ -3,6 +3,8 @@
 // Licensed under the Apache License, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0> or
 // the MIT license <http://opensource.org/licenses/MIT>, at your option. This file may not be
 // copied, modified, or distributed except according to those terms.
+
+
 extern crate rbpf;
 mod common;
 

+ 1 - 0
tests/common.rs

@@ -6,6 +6,7 @@
 // the MIT license <http://opensource.org/licenses/MIT>, at your option. This file may not be
 // copied, modified, or distributed except according to those terms.
 
+
 // Assembly code and data for tcp_sack testcases.
 
 #[allow(dead_code)]