]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ikev2: remove excess new lines
authorVictor Julien <victor@inliniac.net>
Thu, 30 May 2019 18:21:01 +0000 (20:21 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 30 May 2019 19:48:29 +0000 (21:48 +0200)
rust/src/ikev2/ikev2.rs

index c0dfc978273d1480f53bb2ec6ce8946d428b068f..61d2e362422b6f1a5e8824a145f0e866e84677d4 100644 (file)
@@ -429,11 +429,6 @@ impl Drop for IKEV2Transaction {
     }
 }
 
-
-
-
-
-
 /// Returns *mut IKEV2State
 #[no_mangle]
 pub extern "C" fn rs_ikev2_state_new() -> *mut libc::c_void {