From 74d1b6fd9991d1fb7dc19f09b06f7b2277874ece Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 16 Apr 2022 20:25:59 +0000 Subject: deploy: 38cd31ed203999122c500d389de38bb051ce979e --- src/kvm_rs/kvm_sys.rs.html | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'src/kvm_rs/kvm_sys.rs.html') diff --git a/src/kvm_rs/kvm_sys.rs.html b/src/kvm_rs/kvm_sys.rs.html index dcdae1b..ee527a3 100644 --- a/src/kvm_rs/kvm_sys.rs.html +++ b/src/kvm_rs/kvm_sys.rs.html @@ -1,6 +1,9 @@ -kvm_sys.rs - source - -
  1
+kvm_sys.rs - source
+    
+    
  1
   2
   3
   4
@@ -197,8 +200,7 @@
 195
 196
 197
-
-//! Definitions of the system header [`<linux/kvm.h>`][kvm-h].
+
//! Definitions of the system header [`<linux/kvm.h>`][kvm-h].
 //!
 //! [kvm-h]: https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/kvm.h
 
@@ -329,7 +331,7 @@
 
 // Only add the union fields used here.
 #[repr(C)]
-pub(crate) union kvm_run_union {
+pub(crate) union kvm_run_union {
     pub io: kvm_run_io,
     pub mmio: kvm_run_mmio,
     padding: [u8; 256],
@@ -337,7 +339,7 @@
 
 // Only add the union fields used here.
 #[repr(C)]
-union kvm_run_union_s {
+union kvm_run_union_s {
     padding: [u8; 2048],
 }
 
@@ -395,5 +397,6 @@
         assert_eq!(mem::size_of::<kvm_run_union_s>(), TEST_KVM_RUN_UNION_S_SIZE);
     }
 }
-
-
\ No newline at end of file +
+
+ \ No newline at end of file -- cgit v1.2.3